微调
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user