调整
This commit is contained in:
parent
605da4de4e
commit
22999c5674
@ -57,8 +57,8 @@
|
||||
<!--表格渲染-->
|
||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="small" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column prop="deviceCode" label="设备码" />
|
||||
<el-table-column prop="deviceSn" label="设备序列号" />
|
||||
<el-table-column prop="deviceCode" label="唯一标识码" />
|
||||
<el-table-column prop="deviceSn" label="设备号" />
|
||||
<el-table-column prop="model" label="型号" />
|
||||
<el-table-column prop="brand" label="品牌" />
|
||||
<el-table-column prop="firmwareVersion" label="固件版本" />
|
||||
|
Loading…
Reference in New Issue
Block a user