|
@@ -255,11 +255,11 @@
|
|
|
style="width: 100%;"
|
|
|
@selection-change="selectChange"
|
|
|
>
|
|
|
- <el-table-column type="selection" width="35" />
|
|
|
- <el-table-column width="50" label="ID">
|
|
|
+ <el-table-column type="selection" width="40" />
|
|
|
+ <el-table-column width="55" label="ID">
|
|
|
<span slot-scope="scope">{{ scope.row.id }}</span>
|
|
|
</el-table-column>
|
|
|
- <el-table-column width="150" label="中心代码">
|
|
|
+ <el-table-column width="200" label="中心代码">
|
|
|
<span slot-scope="scope">{{ scope.row.code }}</span>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="中心名称">
|