This commit is contained in:
yanran200730
2022-06-02 09:58:49 +08:00

View File

@@ -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
}
})
},