Przeglądaj źródła

工艺分支排序更改

qinhb 2 miesięcy temu
rodzic
commit
cc2f21c093

+ 2 - 2
src/views/base/craftManagement/route/components/groupSort.vue

@@ -62,9 +62,9 @@ watch(
           <el-form-item :label="'排序值:'">
             <div class="formLine">
               <template v-if="editState">
-                <el-input v-model="form[index].lineTageSort" />
+                <el-input v-model="form[index].lineTagSort" />
               </template>
-              <template v-else> {{ item.lineTageSort }} </template>
+              <template v-else> {{ item.lineTagSort }} </template>
             </div>
           </el-form-item>
         </template>