弹窗
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<div class="list_card">
|
||||
<div class="tab">
|
||||
<u-subsection
|
||||
:list="tabIndex == 0 ? subsection0 : subsection1"
|
||||
:list="tabIndex == 0 ? subsection_0 : subsection_1"
|
||||
:current="subIndex"
|
||||
@change="changeSub"
|
||||
></u-subsection>
|
||||
@@ -115,14 +115,14 @@ export default {
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
subsection0() {
|
||||
subsection_0() {
|
||||
return [
|
||||
{ name: "未执行" },
|
||||
{ name: "已执行" },
|
||||
{ name: "无法执行" },
|
||||
]
|
||||
},
|
||||
subsection1() {
|
||||
subsection_1() {
|
||||
return [
|
||||
{ name: "未送达" },
|
||||
{ name: "已送达" },
|
||||
|
||||
@@ -773,7 +773,7 @@ export default {
|
||||
|
||||
.popup {
|
||||
box-sizing: border-box;
|
||||
// height: 800px;
|
||||
z-index: 9;
|
||||
.tips {
|
||||
width: 80px;
|
||||
height: 6px;
|
||||
@@ -870,6 +870,7 @@ export default {
|
||||
padding: 80px 32px 20px 32px;
|
||||
box-sizing: border-box;
|
||||
height: 600px;
|
||||
z-index: 19;
|
||||
|
||||
.startTime,
|
||||
.endTime {
|
||||
|
||||
Reference in New Issue
Block a user