Commit f0f6a04f by 李萌萌

Merge branch 'dev_zwpt' of http://47.92.108.28/changchao/founder_vue into dev_zwpt

parents 588209c2 68e82b6f
...@@ -198,9 +198,18 @@ ...@@ -198,9 +198,18 @@
v-model="showType" v-model="showType"
size="small" size="small"
> >
<el-radio-button label="1" v-if="roleArr.includes('B-2-1')">人员</el-radio-button> <el-radio-button
<el-radio-button label="3" v-if="roleArr.includes('B-2-2')">案件</el-radio-button> label="1"
<el-radio-button label="2" v-if="roleArr.includes('B-2-3')">比中关系</el-radio-button> v-if="roleArr.includes('B-2-1')"
>人员</el-radio-button>
<el-radio-button
label="3"
v-if="roleArr.includes('B-2-2')"
>案件</el-radio-button>
<el-radio-button
label="2"
v-if="roleArr.includes('B-2-3')"
>比中关系</el-radio-button>
</el-radio-group> </el-radio-group>
</div> </div>
<div class="right"> <div class="right">
...@@ -381,7 +390,7 @@ ...@@ -381,7 +390,7 @@
<el-tooltip <el-tooltip
class="item" class="item"
effect="dark" effect="dark"
placement="left" placement="right"
> >
<div slot="content">{{scope.row.failReason}}</div> <div slot="content">{{scope.row.failReason}}</div>
<img <img
...@@ -600,7 +609,7 @@ ...@@ -600,7 +609,7 @@
<el-tooltip <el-tooltip
class="item" class="item"
effect="dark" effect="dark"
placement="left" placement="right"
> >
<div slot="content">{{scope.row.failReason}}</div> <div slot="content">{{scope.row.failReason}}</div>
<img <img
...@@ -1361,7 +1370,7 @@ export default { ...@@ -1361,7 +1370,7 @@ export default {
}, },
}, },
computed: { computed: {
roleArr(){ roleArr () {
return this.$store.state.layout.Menu return this.$store.state.layout.Menu
}, },
/** /**
......
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