Prechádzať zdrojové kódy

wanda-adm:feat> 修改bug

shaun-sheep 4 rokov pred
rodič
commit
90a0a3cf7c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"