|
|
@@ -138,7 +138,7 @@
|
|
|
message: '请输入',
|
|
|
trigger: 'change'
|
|
|
}">
|
|
|
- <el-input v-model="scope.row.technicalParams" placeholder="请输入"></el-input>
|
|
|
+ <el-input type="textarea" v-model="scope.row.technicalParams" placeholder="请输入"></el-input>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
<template v-slot:technicalDrawings="scope">
|
|
|
@@ -257,25 +257,25 @@ export default {
|
|
|
slot: 'singlePrice'
|
|
|
},
|
|
|
{
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
prop: 'totalCount',
|
|
|
label: '数量',
|
|
|
slot: 'totalCount'
|
|
|
},
|
|
|
{
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
prop: 'measuringUnit',
|
|
|
label: '计量单位',
|
|
|
slot: 'measuringUnit'
|
|
|
},
|
|
|
{
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
prop: 'totalPrice',
|
|
|
label: '合计',
|
|
|
slot: 'totalPrice'
|
|
|
},
|
|
|
{
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
prop: 'deliveryDays',
|
|
|
label: '交期(天)',
|
|
|
slot: 'deliveryDays'
|
|
|
@@ -293,7 +293,7 @@ export default {
|
|
|
// slot: 'guaranteePeriodUnitCode'
|
|
|
// },
|
|
|
{
|
|
|
- width: 120,
|
|
|
+ width: 130,
|
|
|
prop: 'technicalAnswerName',
|
|
|
label: '技术答疑人',
|
|
|
slot: 'technicalAnswerName'
|
|
|
@@ -501,4 +501,8 @@ display: flex;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+::v-deep .time-form tbody > tr:hover>td {
|
|
|
+ background-color: transparent !important;
|
|
|
+}
|
|
|
</style>
|