Browse Source

no message

linwenxin 3 months ago
parent
commit
27575f4a57

+ 6 - 6
src/views/setting/difficultyFee/difficultyExpenseApproval/InsuranceContractForm.vue

@@ -258,9 +258,9 @@ export default {
           md: 12,
           name: 'el-radio',
           options: [
-            { label: '通过审核', value: '3' },
-            { label: '驳回可重申', value: '2' },
-            { label: '驳回不可申诉', value: '4' }
+            { label: '通过审核', value: 3 },
+            { label: '驳回可重申', value: 2 },
+            { label: '驳回不可申诉', value: 4 }
           ],
           attributes: {
             disabled: [2, 3].includes(this.type)
@@ -328,9 +328,9 @@ export default {
           md: 12,
           name: 'el-radio',
           options: [
-            { label: '通过审核', value: '5' },
-            { label: '驳回可重申', value: '2' },
-            { label: '驳回不可申诉', value: '4' }
+            { label: '通过审核', value: 5 },
+            { label: '驳回可重申', value: 2 },
+            { label: '驳回不可申诉', value: 4 }
           ],
           attributes: {
             disabled: [3].includes(this.type)