增加:补货额度变更额度类型增加变更类型文字说明

This commit is contained in:
wuhui_zzw 2024-06-07 16:18:55 +08:00
parent 3e497356ac
commit bf84625148
1 changed files with 4 additions and 2 deletions

View File

@ -90,8 +90,10 @@
<el-table-column label="变更后数量" prop="change_after" min-width="120" align="center"/>
<el-table-column label="变更额度类型" min-width="80" align="center">
<template slot-scope="scope">
<el-tag v-if="scope.row.quota_type == 1" type="primary" effect="dark">其他品牌总额度</el-tag>
<el-tag v-else type="warning" effect="dark">冠名品牌总额度</el-tag>
<el-tag v-if="scope.row.quota_type == 0">冠名品牌总额度</el-tag>
<el-tag v-else-if="scope.row.quota_type == 1">其他品牌总额度</el-tag>
<el-tag v-else-if="scope.row.quota_type == 2">冠名品牌可用额度</el-tag>
<el-tag v-else-if="scope.row.quota_type == 3">其他品牌可用额度</el-tag>
</template>
</el-table-column>
<el-table-column label="变更来源" min-width="150" align="center">