Explorar o código

adm:feat > 关联的业务空间数量展示

shaun-sheep %!s(int64=4) %!d(string=hai) anos
pai
achega
82f9988168
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/ledger/cenotelist/index.vue

+ 1 - 1
src/views/ledger/cenotelist/index.vue

@@ -330,7 +330,7 @@ export default {
       let arr = tools.copyArr(list);
       let data = showTools.headerTypeFilter(arr, "shaft", this.onlyRead, this.showType)
       data.unshift({
-        data: "SpaceList",
+        data: "spaceList",
         renderer: (instance, td, row, col, prop, value, cellProperties) => {
           td.style.color = "#409EFF";
           td.innerHTML = `<span>${value ? value.length : 0}</span>`