Browse Source

wanda-adm:feat> 修改bug

shaun-sheep 4 năm trước cách đây
mục cha
commit
90a0a3cf7c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"