优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user