去除装备新增时的原值
This commit is contained in:
parent
e7b62c3ac6
commit
ef4d00f5db
|
|
@ -1893,7 +1893,7 @@ const handleDel = (index: any) => {
|
|||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<!-- <el-col :span="12">
|
||||
<el-form-item label="原值:" prop="originaValue">
|
||||
<el-input
|
||||
v-model="addAndEditForm.originaValue"
|
||||
|
|
@ -1902,7 +1902,7 @@ const handleDel = (index: any) => {
|
|||
maxlength="11"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
<!-- 1.13 需求变动要求隐藏 -->
|
||||
<!-- <el-row :gutter="20">
|
||||
|
|
|
|||
Loading…
Reference in New Issue