This commit is contained in:
熊丽君
2021-10-26 15:58:47 +08:00
parent 270eb56fe6
commit 419e877993
11 changed files with 157 additions and 90 deletions

View File

@ -21,6 +21,7 @@
<div class="header" v-if="type == 'policy'">
<span class="span">{{ val }}</span>
<el-radio
size="small"
v-model="queryParams.labelId"
v-for="item in portraitList"
:key="item.id"
@ -33,6 +34,7 @@
<div class="header" v-else-if="type == 'policyRead'">
<span class="span">{{ val }}</span>
<el-radio
size="small"
v-model="queryParams.attribute"
v-for="item in attributeOptions"
:key="item.value"
@ -45,6 +47,7 @@
<div class="header" v-else-if="type == 'policyNotice'">
<span class="span">{{ val }}</span>
<el-radio
size="small"
v-model="queryParams.labelId"
v-for="item in policyNoticeOptions"
:key="item.value"
@ -125,7 +128,7 @@ export default {
val: '',
queryParams: {
pageNum: 1,
pageSize: 10
pageSize: 15
},
total: 0,
portraitList: [], // 企业画像
@ -290,8 +293,8 @@ export default {
.header {
display: flex;
align-items: center;
height: 70px;
padding: 30px;
height: 50px;
padding: 0 30px;
background-color: #f5f5f5;
.el-tabs {
margin-left: 20px;
@ -302,12 +305,15 @@ export default {
/deep/.el-radio__input {
display: none;
}
/deep/.el-radio {
margin-right: 10px;
}
}
.screen_l_b {
padding: 0 20px;
height: 50px;
line-height: 50px;
height: 44px;
line-height: 44px;
// display: flex;
flex-direction: column;
justify-content: center;