|
@@ -103,11 +103,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-slot:remark="scope">
|
|
<template v-slot:remark="scope">
|
|
|
- <el-form-item style="margin-bottom: 20px" :prop="'datasource.' + scope.$index + '.remark'" :rules="{
|
|
|
|
|
- required: true,
|
|
|
|
|
- message: '请输入',
|
|
|
|
|
- trigger: 'change'
|
|
|
|
|
- }">
|
|
|
|
|
|
|
+ <el-form-item style="margin-bottom: 20px" :prop="'datasource.' + scope.$index + '.remark'">
|
|
|
<el-input v-model="scope.row.remark" type="textarea" placeholder="请输入"></el-input>
|
|
<el-input v-model="scope.row.remark" type="textarea" placeholder="请输入"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</template>
|
|
</template>
|
|
@@ -269,7 +265,7 @@ export default {
|
|
|
slot: 'measuringUnit'
|
|
slot: 'measuringUnit'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- width: 80,
|
|
|
|
|
|
|
+ width: 120,
|
|
|
prop: 'totalPrice',
|
|
prop: 'totalPrice',
|
|
|
label: '合计',
|
|
label: '合计',
|
|
|
slot: 'totalPrice'
|
|
slot: 'totalPrice'
|
|
@@ -505,4 +501,7 @@ display: flex;
|
|
|
::v-deep .time-form tbody > tr:hover>td {
|
|
::v-deep .time-form tbody > tr:hover>td {
|
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
|
}
|
|
}
|
|
|
|
|
+::v-deep .time-form .el-table tr{
|
|
|
|
|
+ background-color: #ffffff;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|