|
@@ -128,7 +128,7 @@
|
|
|
>
|
|
>
|
|
|
<el-input
|
|
<el-input
|
|
|
v-model="row.typeDescribe"
|
|
v-model="row.typeDescribe"
|
|
|
- type="textarea"
|
|
|
|
|
|
|
+
|
|
|
:disabled="type == 'view'"
|
|
:disabled="type == 'view'"
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -137,7 +137,7 @@
|
|
|
<el-form-item :prop="`tableList.${$index}.useLocation`">
|
|
<el-form-item :prop="`tableList.${$index}.useLocation`">
|
|
|
<el-input
|
|
<el-input
|
|
|
v-model="row.useLocation"
|
|
v-model="row.useLocation"
|
|
|
- type="textarea"
|
|
|
|
|
|
|
+
|
|
|
:disabled="type == 'view'"
|
|
:disabled="type == 'view'"
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -377,7 +377,7 @@
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
slot: 'useLocation',
|
|
slot: 'useLocation',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
- width: 300
|
|
|
|
|
|
|
+ width: 200
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'type',
|
|
prop: 'type',
|
|
@@ -393,7 +393,7 @@
|
|
|
label: '问题描述',
|
|
label: '问题描述',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
- width: 300
|
|
|
|
|
|
|
+ width: 400
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'attachmentsArray',
|
|
prop: 'attachmentsArray',
|