Browse Source

wanda-adm:feat > 删除表格轮廓线展示,表头添加单位

shaun-sheep 4 years ago
parent
commit
704af3bcce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/public/adm-multi-table.vue

+ 0 - 1
src/components/public/adm-multi-table.vue

@@ -18,7 +18,6 @@
             <el-table-column v-for="item in headersStage" :key="item.name" :label="item.name" align="center">
                 <el-table-column
                     v-for="(child, index) in item.data"
-                    :min-width="child.path === 'outline' ? 800 : 110"
                     :key="index"
                     :label="child.unit ? child.name + child.unit : child.name"
                     :prop="child.path"