Browse Source

wanda-adm:feat> 修改bug

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

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

@@ -19,7 +19,7 @@
                 <el-table-column
                     v-for="(child, index) in item.data"
                     :key="index"
-                    :label="child.unit ? child.name + ' (' + child.unit + ')' : child.name"
+                    :label="child.unit ? child.aliasName + ' (' + child.unit + ')' : child.aliasName"
                     :prop="child.path"
                     :formatter="formatContent"
                     align="center"