rev 更新

This commit is contained in:
USER-20220102CG\noblelift
2024-01-19 10:20:32 +08:00
parent 62fc812853
commit d26939d6b0
3 changed files with 31 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
<!-- <el-table-column type="selection" width="55"/>-->
<!-- <el-table-column v-if="false" prop="id" label="id"/>-->
<el-table-column prop="operate" width="50" label="操作" />
<el-table-column prop="device_code" label="设备号" />
<el-table-column prop="device_code" label="设备号" min-width="130" show-overflow-tooltip />
<el-table-column prop="task_code" label="任务编号" />
<el-table-column prop="instruct_code" label="指令编号" />
<el-table-column prop="method" label="方法" />