feat(mine): 直推列表改名
This commit is contained in:
parent
0215c0c600
commit
685d0faf74
|
@ -290,7 +290,7 @@ export default {
|
|||
this.stageName = this.stageOptions[0][0].label
|
||||
this.queryParams.stage = this.stageOptions[0][0].value
|
||||
// 设置默认状态为"未完成"
|
||||
const statusIndex = 1
|
||||
const statusIndex = 2
|
||||
this.selectedStatusValue = this.statusOptions[0][statusIndex].value
|
||||
this.statusName = this.statusOptions[0][statusIndex].label
|
||||
this.queryParams.stageStatus = this.selectedStatusValue
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<text class="value">{{ item.settleGradeVal }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="label">会员昵称</text>
|
||||
<text class="value">{{ item.nickName }}</text>
|
||||
<text class="label">会员姓名</text>
|
||||
<text class="value">{{ item.memberName }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="label">创建时间</text>
|
||||
|
|
|
@ -305,7 +305,7 @@ export default {
|
|||
},
|
||||
{
|
||||
url: '/pages/mine/directPush/index',
|
||||
name: '直推列表',
|
||||
name: '服务列表',
|
||||
imgurl: '../../static/images/mark5.png',
|
||||
menuKey: 'directPush',
|
||||
ifshow: false,
|
||||
|
|
Loading…
Reference in New Issue