feat: asset详细视图 切换部分 以及 左侧菜单部分的添加

This commit is contained in:
zhangyu
2021-10-09 16:47:38 +08:00
parent 0e3f7dad19
commit 46930a8878
9 changed files with 496 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
export default {
props: {
tableData: {
type: Array
},
api: {
type: String
},
tableId: {
type: String
}
},
data () {
return {
}
},
methods: {
}
}