diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue
index c6923d941e..f037540b8b 100644
--- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue
+++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmation.vue
@@ -20,9 +20,9 @@
-
-
-
+
+
+
@@ -58,11 +58,11 @@
{{ scope.row.auditState == 1 ? '待审核' : scope.row.auditState == 2 ? '已驳回' : scope.row.auditState ==3 ? '已审核' : '其他' }}
-
-
- {{ scope.row.subscriptionState == 1 ? '未认款' : scope.row.subscriptionState == 2 ? '部分认款' : scope.row.subscriptionState == 3 ? '已认款' : '其他' }}
-
-
+
+
+
+
+
{{ scope.row.downNum }}
@@ -200,18 +200,18 @@ export default {
btnLabel: '关闭'
}
],
- subscriptionState_list: [
+ auditState_list: [
{
dictKey: 1,
- dictValue: '未认款'
+ dictValue: '待审核'
},
{
dictKey: 2,
- dictValue: '部分认款'
+ dictValue: '已驳回'
},
{
dictKey: 3,
- dictValue: '已认款'
+ dictValue: '已审核'
}
],
listLoading: false,
@@ -228,7 +228,8 @@ export default {
useOrgSid: '',
createBySid: '',
state: '',
- orgPath: ''
+ orgPath: '',
+ auditState: ''
},
total: 0
}
@@ -333,7 +334,8 @@ export default {
useOrgSid: '',
createBySid: '',
state: '',
- orgPath: ''
+ orgPath: '',
+ auditState: ''
},
total: 0
}