提交 5cd4598a 作者: 毛细亚

合并分支 'release' 到 'master'

Release

查看合并请求 !35
...@@ -308,6 +308,9 @@ export default { ...@@ -308,6 +308,9 @@ export default {
showConfirmLayer: false showConfirmLayer: false
} }
}, },
computed: {
...mapState('user', ['cser_name'])
},
watch: { watch: {
show(newVal, oldVal) { show(newVal, oldVal) {
if (newVal) { if (newVal) {
...@@ -440,7 +443,7 @@ export default { ...@@ -440,7 +443,7 @@ export default {
role_id:role_id, role_id:role_id,
recharge_date:'', recharge_date:'',
remark: this.remark, remark: this.remark,
create_user: this.name, create_user: this.cser_name,
task_id: this.task_id || null, task_id: this.task_id || null,
right_type: this.activeInfo.right_type || '', right_type: this.activeInfo.right_type || '',
select_type:this.activeInfo.gift_type==7?2:'', select_type:this.activeInfo.gift_type==7?2:'',
......
<!-- <!--
* @Author: maoxiya 937667504@qq.com * @Author: maoxiya 937667504@qq.com
* @Date: 2025-09-13 14:05:01 * @Date: 2025-09-13 14:05:01
* @LastEditors: maoxiya 937667504@qq.com * @LastEditors: 金多虾 937667504@qq.com
* @LastEditTime: 2025-10-31 17:01:13 * @LastEditTime: 2025-12-05 14:04:05
* @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/vipLevel.vue * @FilePath: /company_wx_frontend/src/views/works/component/gameInfo/vipLevel.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
--> -->
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
<div class="vipLevelItem rowFlex columnCenter" v-for="(item,index) in vipLevelBenefit" :key="index"> <div class="vipLevelItem rowFlex columnCenter" v-for="(item,index) in vipLevelBenefit" :key="index">
<p class="vipLevelItemRow" v-if="item.num" :style="{color: item.target ? '#333333' : '#c9cdd4'}" > <p class="vipLevelItemRow" v-if="item.num" :style="{color: item.target ? '#333333' : '#c9cdd4'}" >
<span v-if="item.name" class="label">{{item.name}} </span> <span v-if="item.name" class="label">{{item.name}} </span>
<span v-if="item.num && item.name!=='超R日充积分返利'" :style="{color: item.target ? '#00bf8a' : '#c9cdd4'}" class="value">
{{item.remain_num || item.num }}/{{item.num}} {{item.unit || '次'}}
</span>
<!-- 人工权益显示使用按钮 --> <!-- 人工权益显示使用按钮 -->
<div v-if="item.monitor_type === 2" class="benefit-actions"> <div v-if="item.monitor_type === 2" class="benefit-actions">
<el-button <el-button
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论