[update] 工作组列表字段对接

This commit is contained in:
zhaoxiao
2021-12-15 20:38:55 +08:00
parent fd5a9c8744
commit ed4092c436
+24 -14
View File
@@ -10,18 +10,18 @@
<a-input placeholder="请输入项目名称" v-model="queryParam.chargeProject" :maxLength="50"></a-input>
</a-form-item>
</a-col>
<!-- <a-col :xl="6" :lg="8" :md="8" :sm="24">-->
<!-- <a-form-item label="需要发票">-->
<!-- <j-dict-select-tag dict-code="invoice_type" placeholder="请选择是否需要发票"-->
<!-- v-model="queryParam.needInvoice"></j-dict-select-tag>-->
<!-- </a-form-item>-->
<!-- </a-col>-->
<!-- <a-col :xl="6" :lg="8" :md="8" :sm="24">-->
<!-- <a-form-item label="打包项目">-->
<!-- <j-dict-select-tag dict-code="yn" placeholder="请选择是否打包"-->
<!-- v-model="queryParam.pack"></j-dict-select-tag>-->
<!-- </a-form-item>-->
<!-- </a-col>-->
<!-- <a-col :xl="6" :lg="8" :md="8" :sm="24">-->
<!-- <a-form-item label="需要发票">-->
<!-- <j-dict-select-tag dict-code="invoice_type" placeholder="请选择是否需要发票"-->
<!-- v-model="queryParam.needInvoice"></j-dict-select-tag>-->
<!-- </a-form-item>-->
<!-- </a-col>-->
<!-- <a-col :xl="6" :lg="8" :md="8" :sm="24">-->
<!-- <a-form-item label="打包项目">-->
<!-- <j-dict-select-tag dict-code="yn" placeholder="请选择是否打包"-->
<!-- v-model="queryParam.pack"></j-dict-select-tag>-->
<!-- </a-form-item>-->
<!-- </a-col>-->
<a-col :xl="6" :lg="8" :md="8" :sm="24">
<a-form-item label="运行年份">
<j-year-date style="width:100%" placeholder="请选择运行年份" v-model="queryParam.year"></j-year-date>
@@ -115,12 +115,22 @@ export default {
scopedSlots: { customRender: 'text' }
}, {
title: '负责人邮箱',
dataIndex: 'principalMail',
dataIndex: 'principalEmail',
align: 'center',
scopedSlots: { customRender: 'text' }
}, {
title: '运行周期',
dataIndex: 'operationCycle',
align: 'center',
scopedSlots: { customRender: 'text' }
}, {
title: '任务及目标',
dataIndex: 'missionAndObjectives',
align: 'center',
scopedSlots: { customRender: 'text' }
}, {
title: '缴费凭证状态',
dataIndex: 'status',
dataIndex: 'paymentStatus_dictText',
align: 'center',
scopedSlots: { customRender: 'text' }
}, {