|
|
@@ -55,7 +55,7 @@
|
|
|
:default-expand-all="isExpandAll"
|
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
|
>
|
|
|
- <el-table-column prop="deptName" label="供应商名称" width="180"></el-table-column>
|
|
|
+ <el-table-column prop="deptName" label="供应商名称" width="230" :show-overflow-tooltip="true"></el-table-column>
|
|
|
<!-- <el-table-column prop="orderNum" label="排序" width="200"></el-table-column>-->
|
|
|
<el-table-column prop="rateValue" label="费率" width="50"></el-table-column>
|
|
|
<el-table-column prop="status" label="状态" width="100">
|