|
|
@@ -237,7 +237,11 @@
|
|
|
message: ' ',
|
|
|
trigger: 'change'
|
|
|
}"
|
|
|
- :prop="'inspectionItemVOList.' + $index + (row.textType == 3 ? '.minValue' : '.defaultValue')"
|
|
|
+ :prop="
|
|
|
+ 'inspectionItemVOList.' +
|
|
|
+ $index +
|
|
|
+ (row.textType == 3 ? '.minValue' : '.defaultValue')
|
|
|
+ "
|
|
|
>
|
|
|
<div style="width: 100%; display: flex">
|
|
|
<DictSelection
|
|
|
@@ -257,7 +261,9 @@
|
|
|
</div>
|
|
|
|
|
|
<div v-else style="width: 100%">
|
|
|
- <el-input v-model="row.defaultValue"></el-input>
|
|
|
+ <!-- <el-input v-model="row.defaultValue"></el-input> -->
|
|
|
+ <el-input type="textarea" autosize v-model="row.defaultValue">
|
|
|
+ </el-input>
|
|
|
</div>
|
|
|
|
|
|
<DictSelection
|
|
|
@@ -517,7 +523,7 @@
|
|
|
prop: 'inspectionName',
|
|
|
slot: 'inspectionName',
|
|
|
label: '名称',
|
|
|
- headerSlot:'isRequired',
|
|
|
+ headerSlot: 'isRequired',
|
|
|
showOverflowTooltip: true,
|
|
|
align: 'center',
|
|
|
minWidth: 150
|
|
|
@@ -525,7 +531,7 @@
|
|
|
{
|
|
|
prop: 'defaultValue',
|
|
|
slot: 'defaultValue',
|
|
|
- headerSlot:'isRequired',
|
|
|
+ headerSlot: 'isRequired',
|
|
|
label: '工艺参数',
|
|
|
align: 'center',
|
|
|
minWidth: 400,
|
|
|
@@ -534,7 +540,7 @@
|
|
|
{
|
|
|
prop: 'executionMethod',
|
|
|
slot: 'executionMethod',
|
|
|
- headerSlot:'isRequired',
|
|
|
+ headerSlot: 'isRequired',
|
|
|
label: '执行方式',
|
|
|
showOverflowTooltip: true,
|
|
|
align: 'center',
|