|
|
@@ -150,14 +150,15 @@
|
|
|
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="工艺要求:" prop="inspectionStandard">
|
|
|
- <el-input v-model="form.inspectionStandard">
|
|
|
- <DictSelection
|
|
|
+ <DictSelection
|
|
|
style="width: 100px"
|
|
|
- slot="prepend"
|
|
|
+
|
|
|
clearable
|
|
|
dictName="数学字符"
|
|
|
v-model="form.symbol"
|
|
|
></DictSelection>
|
|
|
+ <el-input v-model="form.inspectionStandard" type="textarea" style="width:calc(100% - 100px)">
|
|
|
+
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -184,9 +185,9 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="24">
|
|
|
<el-form-item label="备注:" prop="inspectionRemark">
|
|
|
- <el-input placeholder="请输入" v-model="form.inspectionRemark" />
|
|
|
+ <el-input placeholder="请输入" v-model="form.inspectionRemark" type="textarea" style="height: 100px;" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|