Browse Source

评分项提交后不可继续编辑

ZhaoJing 1 year ago
parent
commit
bd37498fe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/scanCode/index.vue

+ 1 - 1
src/pages/scanCode/index.vue

@@ -24,7 +24,7 @@
                         <div class="text-4vw text-gray-600 px-10px py-5px mt-10px">{{ item.xdww_name }}</div>
                         <div class="text-4vw text-gray-600 px-10px py-5px mt-10px">{{ item.xdww_name }}</div>
                         <div v-for="pf in item.xddy_dygl_wypj_wdpfx" :key="pf.xdwwp_id"
                         <div v-for="pf in item.xddy_dygl_wypj_wdpfx" :key="pf.xdwwp_id"
                             class="flex van-cell-group van-cell-group--inset bg-white-500">
                             class="flex van-cell-group van-cell-group--inset bg-white-500">
-                            <van-field label-width="160" name="score" type="number" maxlength="3" v-model="pf.fs" :label="pf.xdwwp_name"
+                            <van-field :disabled="isSubmit" label-width="160" name="score" type="number" maxlength="3" v-model="pf.fs" :label="pf.xdwwp_name"
                                 placeholder="请输入分数" />
                                 placeholder="请输入分数" />
                         </div>
                         </div>
                     </div>
                     </div>