|
|
|
@ -62,8 +62,8 @@ |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('form.qmyy')" prop="qmyy"> |
|
|
|
<el-input type="text" :value="form.qmyy" maxlength="50" disabled /> |
|
|
|
<el-form-item :label="$t('form.qmyy')" prop="qmyyMc"> |
|
|
|
<el-input type="text" :value="form.qmyyMc" maxlength="50" disabled /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
@ -112,7 +112,7 @@ export default { |
|
|
|
open: false, |
|
|
|
form: {}, |
|
|
|
rules: { |
|
|
|
qmyy: [{ |
|
|
|
qmyyMc: [{ |
|
|
|
required: true, |
|
|
|
message: ' ', |
|
|
|
trigger: 'blur' |
|
|
|
|