字段优化

This commit is contained in:
BianLzhaoMin 2024-07-31 13:34:42 +08:00
parent 6c169348cf
commit bee9a5d675
4 changed files with 11 additions and 11 deletions

View File

@ -173,14 +173,14 @@
prop="repairStatus"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<span v-if="scope.row.repairStatus == 0"
>未审核</span
>
<span v-if="scope.row.repairStatus == 1"
>已审核</span
>
</template>
</template> -->
</el-table-column>
<el-table-column
label="维修数量"
@ -200,10 +200,10 @@
prop="partType"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<span v-if="scope.row.partType == 0">不收费</span>
<span v-if="scope.row.partType == 1">收费</span>
</template>
</template> -->
</el-table-column>
</el-table-column>
</el-table>

View File

@ -180,14 +180,14 @@
prop="repairStatus"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<span v-if="scope.row.repairStatus == 0"
>未审核</span
>
<span v-if="scope.row.repairStatus == 1"
>已审核</span
>
</template>
</template> -->
</el-table-column>
<el-table-column
label="维修数量"
@ -207,10 +207,10 @@
prop="partType"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<span v-if="scope.row.partType == 0">不收费</span>
<span v-if="scope.row.partType == 1">收费</span>
</template>
</template> -->
</el-table-column>
</el-table-column>
</el-table>

View File

@ -92,7 +92,7 @@
</el-form-item>
<el-form-item
:prop="'premiumList.' + index + '.partCost'"
label="配件费用"
label="配件单价(元)"
:rules="{
required: false,
validator: meneyIntegerValidator,

View File

@ -92,7 +92,7 @@
</el-form-item>
<el-form-item
:prop="'premiumList.' + index + '.partCost'"
label="配件费用"
label="配件单价(元)"
:rules="{
required: false,
validator: meneyIntegerValidator,
@ -252,7 +252,7 @@
</el-form-item>
<el-form-item
:prop="'premiumListTwo.' + index + '.partCost'"
label="配件费用"
label="配件单价(元)"
:rules="{
required: false,
validator: meneyIntegerValidator,