This commit is contained in:
@fawn-nine
2023-11-07 13:06:21 +08:00
parent 6981d11e1a
commit dd66af1a20
5 changed files with 12 additions and 12 deletions

View File

@@ -325,7 +325,7 @@
<el-table-column prop="paymentMethod" header-align="center" align="center" label="支付方式" width="100">
<template slot-scope="scope">
<el-tag v-if="scope.row.paymentMethod == 1" type="success">微信</el-tag>
<el-tag v-if="scope.row.paymentMethod == 2" type="danger">支付宝</el-tag>
<el-tag v-if="scope.row.paymentMethod == 2" type="primary">支付宝</el-tag>
<el-tag v-if="scope.row.paymentMethod == 3" type="warning">ios内购</el-tag>
<el-tag v-if="scope.row.paymentMethod == 4" type="warnning">天医币支付</el-tag>
</template>