+
@@ -7,19 +7,19 @@
-
+
+ v-model="queryParam.needInvoice">
-
+
@@ -36,18 +36,29 @@
-
-
-
-
+
+
+
+
+
+
+ {{ text }}
+
+ {{ text }}
+
+
+
+
@@ -70,20 +81,23 @@ export default {
columns: [
{
title: '',
- dataIndex: 'projectName',
+ dataIndex: 'chargeProject',
scopedSlots: 'projectName',
col: 4
}, {
title: '应付金额',
dataIndex: 'receivableAmount',
+ scopedSlots: 'text',
col: 4
}, {
title: '实付金额',
dataIndex: 'paidAmount',
+ scopedSlots: 'text',
col: 3
}, {
title: '负责人',
- dataIndex: 'principalName',
+ dataIndex: '',
+ scopedSlots: 'text',
col: 3
}, {
title: '打包',
@@ -94,27 +108,27 @@ export default {
title: '需要发票',
col: 2,
dataIndex: 'needInvoice',
- scopedSlots: 'text',
+ scopedSlots: 'status',
slot: 'status'
}, {
title: '到账',
dataIndex: 'inAccount',
- scopedSlots: 'text',
+ scopedSlots: 'status',
col: 2
}, {
title: '开票',
dataIndex: 'makeInvoice',
- scopedSlots: 'text',
+ scopedSlots: 'status',
col: 2
}, {
title: '邮寄',
dataIndex: 'mail',
- scopedSlots: 'text',
+ scopedSlots: 'status',
col: 2
}
],
url: {
- list: ''
+ list: '/project/payWorkingGroupSubitem/queryCompanyPageList'
}
}
},
{{ record.pack }}
-
-
-
-
- {{ record.projectName }}
-
-
- {{ text }}
+
+
+
+
+ {{ record.chargeProject }}
+
+
+
+
+