协同宣发1.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="cooperationDetail">
|
||||
<!-- <AiTopFixed>
|
||||
<AiTopFixed>
|
||||
<div class="tab-select">
|
||||
<div
|
||||
class="item"
|
||||
@@ -12,7 +12,7 @@
|
||||
{{ item }}<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</AiTopFixed> -->
|
||||
</AiTopFixed>
|
||||
|
||||
<div class="content">
|
||||
<div class="header">
|
||||
@@ -66,13 +66,23 @@
|
||||
|
||||
<div class="list_content">
|
||||
<div class="list_card">
|
||||
<div class="tab" v-show="update">
|
||||
<div class="tab" v-show="update0">
|
||||
<u-subsection
|
||||
:list="subsection"
|
||||
:list="subsection0"
|
||||
mode="button"
|
||||
activeColor="#3c9cff"
|
||||
:current="subIndex"
|
||||
@change="changeSub"
|
||||
:current="subIndex0"
|
||||
@change="changeSub0"
|
||||
></u-subsection>
|
||||
</div>
|
||||
|
||||
<div class="tab" v-show="update1">
|
||||
<u-subsection
|
||||
:list="subsection1"
|
||||
mode="button"
|
||||
activeColor="#3c9cff"
|
||||
:current="subIndex1"
|
||||
@change="changeSub1"
|
||||
></u-subsection>
|
||||
</div>
|
||||
|
||||
@@ -106,12 +116,18 @@ export default {
|
||||
currentClickTime: "",
|
||||
detail: {},
|
||||
|
||||
subsection: [
|
||||
subsection0: [
|
||||
{ name: "未执行" },
|
||||
{ name: "已执行" },
|
||||
{ name: "无法执行" },
|
||||
],
|
||||
update: true,
|
||||
subsection1: [
|
||||
{ name: "未送达" },
|
||||
{ name: "已送达" },
|
||||
{ name: "无法送达" },
|
||||
],
|
||||
update0: true,
|
||||
update1: false,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -125,7 +141,7 @@ export default {
|
||||
return [
|
||||
{ label: "居民群", prop: "groupName" },
|
||||
{ label: "群人数", prop: "memberCount" },
|
||||
{ slot: "groupOwnerId", label: "群主" },
|
||||
{ prop: "groupOwnerName", label: "群主" },
|
||||
];
|
||||
},
|
||||
},
|
||||
@@ -475,6 +491,9 @@ export default {
|
||||
|
||||
.tab {
|
||||
margin-bottom: 34px;
|
||||
::v-deep .u-subsection uni-view{
|
||||
background: #eeef !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user