소스 검색

src/view/performance/Manualdocuments.vue

曹鹤洋 1 년 전
부모
커밋
e2d28977bd
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/view/performance/Manualdocuments.vue

+ 4 - 4
src/view/performance/Manualdocuments.vue

@@ -199,7 +199,7 @@
 											v-model="formData['sczl_bh' + index]" :id="'bh' + index"
 											@keydown="ent($event, index.toString())" />
 										<el-input style="width: 100px; margin-right: 5px; color: red;" :readonly="true"
-											:value="formData['sczl_bh' + index + '_name']" :id="'name' + index"
+											v-model="formData['sczl_bh' + index + '_name']" :id="'name' + index"
 											@keydown="ent1($event)" />
 										<el-input style="width: 100px; margin-right: 5px;"
 											v-model="formData['sczl_cl' + index]" :id="'cl' + index"
@@ -214,12 +214,12 @@
 											v-model="formData['sczl_bh' + (index + 6)]" :id="'bh' + (index + 6)"
 											@keydown="ent($event, (index + 6).toString())" />
 										<el-input style="width: 100px; margin-right: 5px; color: red;" :readonly="true"
-											:value="formData['sczl_bh' + (index + 6) + '_name']"
+											v-model="formData['sczl_bh' + (index + 6) + '_name']"
 											:id="'name' + (index + 6)" @keydown="ent1($event)" />
 										<el-input style="width: 100px; margin-right: 5px;"
-											:value="formData['sczl_cl' + (index + 6)]" :id="'cl' + (index + 6)"
+											v-model="formData['sczl_cl' + (index + 6)]" :id="'cl' + (index + 6)"
 											@keydown="ent1($event)" />
-										<el-input style="width: 100px;" :value="formData['sczl_fp' + (index + 6)]"
+										<el-input style="width: 100px;" v-model="formData['sczl_fp' + (index + 6)]"
 											:id="'fp' + (index + 6)" @keydown="ent1($event)" />
 									</div>
 								</div>