linwenxin пре 5 месеци
родитељ
комит
281ddb2e8c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/setting/workContactLetter/workContactLetterPage/index.vue

+ 2 - 2
src/views/setting/workContactLetter/workContactLetterPage/index.vue

@@ -30,7 +30,7 @@
                   <template v-for="(item, index) in formData.leLetterItems">
                     <zj-form-module
                       :key="`${index}1`"
-                      :title="`网点审核${index + 1}`"
+                      :title="`网点审核`"
                       label-width="100px"
                       :form-data="item"
                       :form-items="formItems1"
@@ -39,7 +39,7 @@
                     <zj-form-module
                       v-if="!!item.examineStatus"
                       :key="`${index}2`"
-                      :title="`中心审核${index + 1}`"
+                      :title="`中心审核`"
                       label-width="100px"
                       :form-data="item"
                       :form-items="formItems2"