首页 table编号列固定宽度200

This commit is contained in:
zyn
2023-11-08 14:14:02 +08:00
parent cbce8391a6
commit 056439a6be
6 changed files with 6 additions and 0 deletions
@@ -23,6 +23,7 @@
width="55">
</el-table-column>
<el-table-column
width="200"
label="标准编号">
<template slot-scope="scope">
<span @click="handlePreview(scope.row)">{{ scope.row.standard }}</span>
@@ -29,6 +29,7 @@
</template>
</el-table-column>
<el-table-column
width="200"
label="标准编号">
<template slot-scope="scope">
<span @click="handlePreview(scope.row)">{{ scope.row.standard }}</span>
@@ -23,6 +23,7 @@
width="55">
</el-table-column>
<el-table-column
width="200"
label="标准编号">
<template slot-scope="scope">
<span @click="handlePreview(scope.row)">{{ scope.row.standard }}</span>
@@ -29,6 +29,7 @@
</template>
</el-table-column>
<el-table-column
width="200"
label="标准编号">
<template slot-scope="scope">
<span @click="handlePreview(scope.row)">{{ scope.row.standard }}</span>
@@ -23,6 +23,7 @@
width="55">
</el-table-column>
<el-table-column
width="200"
prop="standard"
label="标准编号">
<template slot-scope="scope">
@@ -29,6 +29,7 @@
</template>
</el-table-column>
<el-table-column
width="200"
prop="standard"
label="标准编号">
<template slot-scope="scope">