Commit cc3b314a authored by 黄媛媛's avatar 黄媛媛
parents 928b2db2 720f70cb
......@@ -109,7 +109,7 @@
data() {
return {
CurrentUserInfo: {},
defaultHeadImg: `this.src="${require("../assets/img/default_head_img.jpg")}"`,
defaultHeadImg: 'this.src="' + require("../assets/img/default_head_img.jpg") + '"',
zoomH: 1,
NotDealCount: 0,
MyAuditCount: 0,
......
......@@ -91,7 +91,7 @@
<el-col :span="12">
<div class="orders" v-loading="RLoading">
<div class="title">未认款</div>
<i class="more iconfont icon-gengduo1" title="查看所有未认款" @click="openAllMan"></i>
<i v-if="CurrentUserInfo.RB_Group_id==2" class="more iconfont icon-gengduo1" title="查看所有未认款" @click="openAllMan"></i>
<div class="per-tab">
<table>
<thead>
......@@ -206,6 +206,7 @@
orders: [],
pageLoading: false,
RLoading: false,
rList:[],
CurrentUserInfo: {},
};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment