This commit is contained in:
shijingjing
2022-07-28 14:36:35 +08:00
parent d1ca78b8bb
commit f1e9c67d92
2 changed files with 5 additions and 4 deletions

View File

@@ -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: "已送达" },

View File

@@ -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 {