Commit 4f068234 authored by huangcb's avatar huangcb

设备类型增加显示字段:设备实例数量

parent ff284b93
...@@ -36,6 +36,11 @@ ...@@ -36,6 +36,11 @@
prop="name" prop="name"
label="设备类型" label="设备类型"
/> />
<el-table-column
prop="instanceCount"
label="设备实例数量"
width="120px"
/>
<el-table-column <el-table-column
prop="description" prop="description"
label="描述" label="描述"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment