瀏覽代碼

no message

linwenxin 3 月之前
父節點
當前提交
27575f4a57
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/setting/difficultyFee/difficultyExpenseApproval/InsuranceContractForm.vue

+ 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)