Commit e0333076 by zhouqian

Merge branch 'development-202206' into 'development-202206'

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

See merge request fukai/vue-gjjs!18
parents 4169818f de91f5f3
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> --> </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"> <el-form-item label="holPtyExtkey" prop="holPtyExtkey">
<c-input v-model="model.holPtyExtkey" placeholder=""> </c-input> <c-input v-model="model.holPtyExtkey" placeholder=""> </c-input>
</el-form-item> </el-form-item>
</c-col> </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"> <el-form-item label="serPtyExtkey" prop="serPtyExtkey">
<c-input v-model="model.serPtyExtkey" placeholder=""> </c-input> <c-input v-model="model.serPtyExtkey" placeholder=""> </c-input>
</el-form-item> </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