Parcourir la source

🎨 修改初审状态显示细节问题

快乐的梦鱼 il y a 4 jours
Parent
commit
784d7fa3b3
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      src/pages/forms/ich.vue
  2. 1 0
      src/pages/forms/inheritor.vue

+ 1 - 0
src/pages/forms/ich.vue

@@ -173,6 +173,7 @@ const formOptions = ref<IDynamicFormOptions>({
           hidden: { callback: (_, model) => authStore.loginType !== 1 },
           additionalProps: {
             options: [
+              { text: '保存未审核', value: -2 },
               { text: '审核退回', value: -1 },
               { text: '暂未审核', value: 0 },
               { text: '初审通过', value: 1 },

+ 1 - 0
src/pages/forms/inheritor.vue

@@ -158,6 +158,7 @@ const formOptions = ref<IDynamicFormOptions>({
           hidden: { callback: (_, model) => authStore.loginType !== 1 },
           additionalProps: {
             options: [
+              { text: '保存未审核', value: -2 },
               { text: '审核退回', value: -1 },
               { text: '暂未审核', value: 0 },
               { text: '初审通过', value: 1 },