Browse Source

门店排名改名为地区排名

Hongxilin
hongxilin 5 months ago
parent
commit
2b788e6b7d
  1. 1
      vue/gold-system/src/views/refund/allRefund.vue
  2. 4
      vue/gold-system/src/views/workspace/index.vue

1
vue/gold-system/src/views/refund/allRefund.vue

@ -309,6 +309,7 @@ const checkNumber = function () {
> >
<el-option <el-option
v-for="item in consumeType" v-for="item in consumeType"
:key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
/> />

4
vue/gold-system/src/views/workspace/index.vue

@ -1256,7 +1256,7 @@ onMounted(async function () {
</div> </div>
<div style="width: 310px"> <div style="width: 310px">
<div class="ranking-header"> <div class="ranking-header">
<span style="margin-right: 90px; width: 150px">门店金币充值排名</span>
<span style="margin-right: 90px; width: 150px">地区金币充值排名</span>
<el-select v-model="goldType" placeholder="请选择金币类型" size="small" style="width: 90px" <el-select v-model="goldType" placeholder="请选择金币类型" size="small" style="width: 90px"
@change="changeGoldType"> @change="changeGoldType">
<el-option v-for="item in gold" :key="item.value" :label="item.label" :value="item.value" /> <el-option v-for="item in gold" :key="item.value" :label="item.label" :value="item.value" />
@ -1309,7 +1309,7 @@ onMounted(async function () {
</div> </div>
<div style="width: 310px"> <div style="width: 310px">
<div class="ranking-header"> <div class="ranking-header">
<span style="margin-right: 90px; width: 150px">门店金币消费排名</span>
<span style="margin-right: 90px; width: 150px">地区金币消费排名</span>
<el-select v-model="goldType" placeholder="请选择金币类型" size="small" style="width: 90px" <el-select v-model="goldType" placeholder="请选择金币类型" size="small" style="width: 90px"
@change="changeGoldType"> @change="changeGoldType">
<el-option v-for="item in gold" :key="item.value" :label="item.label" :value="item.value" /> <el-option v-for="item in gold" :key="item.value" :label="item.label" :value="item.value" />

Loading…
Cancel
Save