员工积分
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<h2>员工积分</h2>
|
||||
<el-row type="flex" align="middle">
|
||||
<span class="color-26f fill" v-text="detail.sysUserIntegral || 0"/>
|
||||
<el-button type="text" @click="dialog=true" v-if="user.info.id==detail.sysUserId">积分赠送</el-button>
|
||||
<el-button type="text" @click="dialog=true,flag=false" v-if="user.info.id==detail.sysUserId">积分赠送</el-button>
|
||||
</el-row>
|
||||
</div>
|
||||
<div class="detail-info__item">
|
||||
@@ -122,7 +122,6 @@ export default {
|
||||
this.detail = res.data
|
||||
this.tableData = res.data.details?.records || []
|
||||
this.page.total = res.data.details?.total || 0
|
||||
this.flag = false
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user