Browse Source

2024.10.28-区分代金券提现类型

GuYun-D 5 months ago
parent
commit
8b84cf4d0d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/finance/withdrawal/index.vue

+ 2 - 1
src/views/finance/withdrawal/index.vue

@@ -26,7 +26,8 @@
           <template slot-scope="{ row }">
             <el-tag v-if="row.withdrawalType === 1" effect="plain" type="info">普通订单</el-tag>
             <el-tag v-else-if="row.withdrawalType === 2" effect="plain" type="success">交易金</el-tag>
-            <el-tag v-else-if="row.withdrawalType === 3" effect="plain">代金券</el-tag>
+            <el-tag v-else-if="row.withdrawalType === 3" effect="plain" type="warning">充值代金券提现</el-tag>
+            <el-tag v-else-if="row.withdrawalType === 4" effect="plain" type="danger">兑换代金券</el-tag>
           </template>
         </el-table-column>
         <el-table-column align="center" width="120" label="提现金额" prop="withdrawalMoney" show-overflow-tooltip />