Prechádzať zdrojové kódy

财务核对表格信息

jbb 2 rokov pred
rodič
commit
6751623285

+ 14 - 14
src/views/cost-allocation-total/inancialReconciliation.vue

@@ -127,36 +127,36 @@ export default {
         {
           title: '交单日期',
           width: 120,
-          dataIndex: 'outdata',
+          dataIndex: 'outdat',
           customRender: text => {
-            return moment(text).format('YYYY-MM-DD')
+            // return moment(text).format('YYYY-MM-DD')
           },
           className: 'replacecolor'
         },
         {
           title: '返单日期',
           width: 120,
-          dataIndex: 'outdata',
+          dataIndex: 'outdat',
           customRender: text => {
-            return moment(text).format('YYYY-MM-DD')
+            // return moment(text).format('YYYY-MM-DD')
           },
           className: 'replacecolor'
         },
         {
           title: '审核结束日期',
           width: 120,
-          dataIndex: 'outdata',
+          dataIndex: 'outdat',
           customRender: text => {
-            return moment(text).format('YYYY-MM-DD')
+            // return moment(text).format('YYYY-MM-DD')
           },
           className: 'replacecolor'
         },
         {
           title: '面纱结束日期',
           width: 120,
-          dataIndex: 'outdata',
+          dataIndex: 'outdat',
           customRender: text => {
-            return moment(text).format('YYYY-MM-DD')
+            // return moment(text).format('YYYY-MM-DD')
           },
           className: 'replacecolor'
         },
@@ -166,25 +166,25 @@ export default {
           width: 120,
           dataIndex: 'outdata',
           customRender: text => {
-            return moment(text).format('YYYY-MM-DD')
+            // return moment(text).format('YYYY-MM-DD')
           },
           className: 'replacecolor'
         },
         {
           title: '返单日期',
           width: 120,
-          dataIndex: 'outdata',
+          dataIndex: 'outdat',
           customRender: text => {
-            return moment(text).format('YYYY-MM-DD')
+            // return moment(text).format('YYYY-MM-DD')
           },
           className: 'replacecolor'
         },
         {
           title: '结束日期',
           width: 120,
-          dataIndex: 'outdata',
+          dataIndex: 'outdat',
           customRender: text => {
-            return moment(text).format('YYYY-MM-DD')
+            // return moment(text).format('YYYY-MM-DD')
           },
           className: 'replacecolor'
         },
@@ -223,7 +223,7 @@ export default {
       this.$nextTick(() => {
         checkList(this.queryParam).then(res => {
           if (res.success) {
-            this.costAllocationData = res.result.records
+            this.costAllocationData = res.result
             this.pagination = {
               total: res.result.total,
               current: res.result.current,