fix: 默认展示未完成
This commit is contained in:
parent
a0f7ce2067
commit
6a718582b3
|
@ -146,7 +146,7 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
posIcon: require("@/static/images/pos-icon.png"),
|
posIcon: require("@/static/images/pos-icon.png"),
|
||||||
selectIdx: 0,
|
selectIdx: 1, // 默认展示待保洁
|
||||||
dropdownValue: "",
|
dropdownValue: "",
|
||||||
dropdownOptions: [
|
dropdownOptions: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -121,7 +121,7 @@ export default {
|
||||||
const todayStr = GetNowTime(new Date());
|
const todayStr = GetNowTime(new Date());
|
||||||
|
|
||||||
return {
|
return {
|
||||||
activeTab: "completed",
|
activeTab: "incomplete", // 默认展示未完成
|
||||||
|
|
||||||
// maxDate: "2049-12-31", // 默认最大日期为当天
|
// maxDate: "2049-12-31", // 默认最大日期为当天
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue