字段优化
This commit is contained in:
parent
6c169348cf
commit
bee9a5d675
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
</el-form-item>
|
||||
<el-form-item
|
||||
:prop="'premiumList.' + index + '.partCost'"
|
||||
label="配件费用:"
|
||||
label="配件单价(元):"
|
||||
:rules="{
|
||||
required: false,
|
||||
validator: meneyIntegerValidator,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue