|
@@ -195,7 +195,19 @@ export default ({proxy,jlzj_area_type}) => {
|
|
|
label: '收款人',
|
|
|
prop: 'areaPayeeName',
|
|
|
width:'150px'
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '审核原因说明',
|
|
|
+ prop: 'auditorRemark',
|
|
|
+ width:'150px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '审核状态',
|
|
|
+ prop: 'auditorStatus',
|
|
|
+ type: 'dict',
|
|
|
+ dict: settlement_application_auditor_status,
|
|
|
+ width:'150px',
|
|
|
+ },
|
|
|
])
|
|
|
const list_fuwu = ref([
|
|
|
{
|
|
@@ -327,7 +339,19 @@ export default ({proxy,jlzj_area_type}) => {
|
|
|
label: '服务中心结算时间',
|
|
|
prop: 'serviceCentreSettlementTime',
|
|
|
width:'150px',
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '审核原因说明',
|
|
|
+ prop: 'auditorRemark',
|
|
|
+ width:'150px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '审核状态',
|
|
|
+ prop: 'auditorStatus',
|
|
|
+ type: 'dict',
|
|
|
+ dict: settlement_application_auditor_status,
|
|
|
+ width:'150px',
|
|
|
+ },
|
|
|
])
|
|
|
return {
|
|
|
dialogFormRef,
|