去掉序列号禁用选项

busUser
anthonywj 3 years ago
parent 6a08f94345
commit c334ff9748

@ -64,7 +64,7 @@
</el-col>
<el-col :span="7">
<el-form-item prop="serialNo">
<el-input v-model="editData.serialNo" auto-complete="off" :disabled="xlhEnable"></el-input>
<el-input v-model="editData.serialNo" auto-complete="off" ></el-input>
</el-form-item>
</el-col>
</el-row>

Loading…
Cancel
Save