This commit is contained in:
zds
2022-10-16 20:32:08 +08:00
parent 4946b89034
commit f5da2e204c
18 changed files with 379 additions and 395 deletions

View File

@@ -231,8 +231,8 @@
/>
</template>
</el-table-column>
<el-table-column fixed="left" :selectable="checkboxT" type="selection" width="35" />
<el-table-column fixed="left" prop="设备代码" width="95" label="设备代码" >
<el-table-column fixed="left" :selectable="checkboxT" type="selection" min-width="35" />
<el-table-column fixed="left" prop="设备代码" min-width="95" label="设备代码" >
<template slot-scope="scope">
<el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.device_code }}</el-link>
</template>