소스 검색

工艺分支排序更改

qinhb 2 달 전
부모
커밋
cc2f21c093
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/base/craftManagement/route/components/groupSort.vue

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