refactor(xumu): 更新保险申请审核状态字典
- 将审核状态字典从 'auditStatus' 修改为 'insuranceAuditStatus'- 在 add.vue、AppInsuranceApply.vue 和 list.vue 文件中进行了相应更新
This commit is contained in:
@@ -9,7 +9,7 @@ const columns = [
|
||||
{label: "承保公司", prop: "companyName"},
|
||||
{label: "投保时间", prop: "createTime"},
|
||||
{label: "投保状态", prop: "status", width: 160, dict: "insureStatus"},
|
||||
{label: "审核状态", prop: "auditStatus", width: 120, dict: "auditStatus"},
|
||||
{label: "审核状态", prop: "auditStatus", width: 120, dict: "insuranceAuditStatus"},
|
||||
{label: "申请人", prop: "applyName", width: 120},
|
||||
]
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user