页面调整

This commit is contained in:
2025-08-26 16:27:08 +08:00
parent 0e673b853d
commit fc8d681079
2 changed files with 7 additions and 7 deletions

View File

@@ -78,7 +78,7 @@
"pagePath": "pages/sys/msg/index", "pagePath": "pages/sys/msg/index",
"iconPath": "static/aidex/tabbar/msg_1.png", "iconPath": "static/aidex/tabbar/msg_1.png",
"selectedIconPath": "static/aidex/tabbar/msg_2.png", "selectedIconPath": "static/aidex/tabbar/msg_2.png",
"text": "访客等级" "text": "访客预约表单"
}, },
// { // {
// "pagePath": "pages/sys/home/index", // "pagePath": "pages/sys/home/index",

View File

@@ -185,14 +185,14 @@
return { return {
formData: { formData: {
visitorName: '1', visitorName: '',
visitorUnit: '1', visitorUnit: '',
idCard: '', idCard: '',
visitorPhone: '15555555555', visitorPhone: '',
visitingReason: '', visitingReason: '',
interviewedPerson: '1', interviewedPerson: '',
interviewedUnit: '1', interviewedUnit: '',
interviewedPhone: '15555555555', interviewedPhone: '',
visitingBeginDate: date, visitingBeginDate: date,
visitingBeginTime: time, visitingBeginTime: time,
visitingEndDate: date, visitingEndDate: date,