src/views/crm/receivable/data.ts
@@ -162,6 +162,7 @@ label: '回款期数', component: 'Select', rules: 'required', help: '此参数可在回款计划配置', dependencies: { triggerFields: ['contractId'], disabled: (values) => !values.contractId || values.id, @@ -354,16 +355,6 @@ title: '创建人', field: 'creatorName', minWidth: 150, }, { title: '回款状态', field: 'auditStatus', minWidth: 100, fixed: 'right', cellRender: { name: 'CellDict', props: { type: DICT_TYPE.CRM_AUDIT_STATUS }, }, }, { title: '操作',