2 Commits 292d238597 ... a1c8f4574f

Author SHA1 Message Date
  xieyn a1c8f4574f Merge remote-tracking branch 'origin/wsm' into wsm 1 year ago
  xieyn c50231a7ec 预算费用管理 列表合并取消 1 year ago
1 changed files with 2 additions and 39 deletions
  1. 2 39
      src/views/oa/BudgetCostList.vue

+ 2 - 39
src/views/oa/BudgetCostList.vue

@@ -186,13 +186,8 @@
             key:'rowIndex',
             width:60,
             align:"center",
-            customRender: (value, row, index) => {
-              const obj = {
-                children: parseInt(index)+1,
-                attrs: {},
-              };
-              obj.attrs.rowSpan = this.myArray[index];
-              return obj
+            customRender:function (t,r,index) {
+              return parseInt(index)+1;
             }
           },
           {
@@ -200,56 +195,24 @@
             align:"center",
             dataIndex: 'registerPerson',
             width:150,
-            customRender: (value, row, index) => {
-              const obj = {
-                children: value,
-                attrs: {},
-              };
-              obj.attrs.rowSpan = this.myArray[index];
-              return obj
-            }
           },
           {
             title:'登记部门',
             align:"center",
             width:150,
             dataIndex: 'registerDept',
-            customRender: (value, row, index) => {
-              const obj = {
-                children: value,
-                attrs: {},
-              };
-              obj.attrs.rowSpan = this.myArray[index];
-              return obj
-            }
           },
           {
             title:'登记日期',
             align:"center",
             width:100,
             dataIndex: 'registerDate',
-            customRender: (value, row, index) => {
-              const obj = {
-                children: value,
-                attrs: {},
-              };
-              obj.attrs.rowSpan = this.myArray[index];
-              return obj
-            }
           },
           {
             title:'预算年度',
             align:"center",
             width:100,
             dataIndex: 'budgetYear',
-            customRender: (value, row, index) => {
-              const obj = {
-                children: value,
-                attrs: {},
-              };
-              obj.attrs.rowSpan = this.myArray[index];
-              return obj
-            }
           },
           {
             title: '部门',