|
@@ -9,9 +9,9 @@
|
|
>
|
|
>
|
|
<template #prepaymentType>
|
|
<template #prepaymentType>
|
|
<div class="flex-between align-center" style="height:18px;padding-top:5px">
|
|
<div class="flex-between align-center" style="height:18px;padding-top:5px">
|
|
- <p style="margin-left:5px">
|
|
|
|
- {{sitem.prepay_type}}
|
|
|
|
- </p>
|
|
|
|
|
|
+ <el-tag size="mini" style="margin-left:5px">{{
|
|
|
|
+ (prepaymentTypeOptions.find(({value}) => value === String(sitem.prepay_type)) || {}).label || '--'
|
|
|
|
+ }}</el-tag>
|
|
<el-button
|
|
<el-button
|
|
v-if="Number(sitem.status) === 6"
|
|
v-if="Number(sitem.status) === 6"
|
|
style="margin-right:5px;line-height:8px"
|
|
style="margin-right:5px;line-height:8px"
|