Commit de91f5f3 by zhouqian

act添加是字段只能选一个缺陷修改

parent d9d3e060
......@@ -12,12 +12,12 @@
</c-input>
</el-form-item>
</c-col> -->
<c-col :span="24">
<c-col :span="24" v-if="model.serPtyExtkey=='' || model.serPtyExtkey==null" disabled>
<el-form-item label="holPtyExtkey" prop="holPtyExtkey">
<c-input v-model="model.holPtyExtkey" placeholder=""> </c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24" v-if="model.holPtyExtkey==''|| model.holPtyExtkey==null" disabled>
<el-form-item label="serPtyExtkey" prop="serPtyExtkey">
<c-input v-model="model.serPtyExtkey" placeholder=""> </c-input>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment