diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index bb51218..17d86d0 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -5,7 +5,7 @@ const getWorkingGroupById = (params) => getAction('/project/payWorkingGroup/quer // 判断工作组成员是否设置来款通知 const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/getCharge', param) // 工作组会议的发布提醒 -const publishRemind = (param) => getAction('',param) +const publishRemind = (param) => postAction('/meeting/payMeeting/publishReminder',param) // 通过id获取收入合同信息 const getRevenueContractById = (param) => getAction('/contract/payIncomeContract/queryById', param) // 收入合同审核 diff --git a/src/components/tools/StatusSlot.vue b/src/components/tools/StatusSlot.vue index 8506af9..4d5936f 100644 --- a/src/components/tools/StatusSlot.vue +++ b/src/components/tools/StatusSlot.vue @@ -76,7 +76,7 @@ export default { computed: { // eslint-disable-next-line vue/return-in-computed-property status() { - if (this.statuObj.amountReceivable === 0) { + if (this.statuObj.amountReceivable === '0.00' || this.statuObj.receivableAmount === '0.00' ) { if(this.statusType){ // 应收金额为0 未到账 未邮寄 未开票的状态 return zero diff --git a/src/views/projectManagement/ConferenceMaintenance.vue b/src/views/projectManagement/ConferenceMaintenance.vue index f311a5b..41c3d53 100644 --- a/src/views/projectManagement/ConferenceMaintenance.vue +++ b/src/views/projectManagement/ConferenceMaintenance.vue @@ -59,6 +59,7 @@ @@ -86,18 +87,18 @@
+ ref="table" + size="middle" + bordered + rowKey="id" + :scroll="{x:true}" + :columns="columns" + :dataSource="dataSource" + :pagination="ipagination" + :loading="loading" + :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" + @change="handleTableChange" + class="j-table-force-nowrap"> - 上传文件 + 上传文件 报名信息 编辑 删除
- + +