Commit c34b7f30 authored by cx49085's avatar cx49085
Browse files

编辑下合同编号不能修改

parent 66a048ad
......@@ -34,7 +34,7 @@
</el-input>
</el-form-item>
</el-descriptions-item>
<el-descriptions-item label="合同编号" labelClassName="required">
<el-descriptions-item label="合同编号" labelClassName="required" :disabled="isEdit">
<el-form-item prop="contractNumber">
<el-input placeholder="请输入合同编号" v-model="formData.contractNumber"></el-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