From 4de6a7332d8a2f82bde25ccd35cfe08bbf154de9 Mon Sep 17 00:00:00 2001 From: "1147680382@qq.com" Date: Thu, 5 Jun 2025 09:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 36 +-- manifest.json | 142 +++++------ pages/homePage/homePage.vue | 476 +++++++++++++++++++----------------- 3 files changed, 335 insertions(+), 319 deletions(-) diff --git a/index.html b/index.html index c3ff205..15c44db 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,20 @@ - - - - - - - - -
- - - + + + + + + + + +
+ + + \ No newline at end of file diff --git a/manifest.json b/manifest.json index f5ca3e6..919b0f4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,73 +1,73 @@ { - "name": "template", - "appid": "__UNI__9F20DF1", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - /* 模块配置 */ - "modules": {}, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": {}, - /* SDK配置 */ - "sdkConfigs": {} - } - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "", - "setting": { - "urlCheck": false - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "2" + "name" : "template", + "appid" : "__UNI__9F20DF1", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + /* 模块配置 */ + "modules" : {}, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios" : {}, + /* SDK配置 */ + "sdkConfigs" : {} + } + }, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "", + "setting" : { + "urlCheck" : false + }, + "usingComponents" : true + }, + "mp-alipay" : { + "usingComponents" : true, + "appid" : "3898417134" + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "vueVersion" : "2" } diff --git a/pages/homePage/homePage.vue b/pages/homePage/homePage.vue index 6384b68..051f9f3 100644 --- a/pages/homePage/homePage.vue +++ b/pages/homePage/homePage.vue @@ -31,7 +31,8 @@ - {{ selectedYear }}年{{ selectedMonth < 10 ? '0' + selectedMonth : selectedMonth }}月工资条 + {{ selectedYear }}年{{ selectedMonth < 10 ? '0' + selectedMonth : selectedMonth }}月工资条 工资表为系统自动生成,如有疑问请联系财务部门 @@ -47,7 +48,8 @@ - + {{ year }}年 @@ -56,7 +58,8 @@ - + {{ tempSelectedYear }}年{{ month < 10 ? '0' + month : month }}月 @@ -64,280 +67,293 @@ - 返回年份选择 + + 返回年份选择 + + \ No newline at end of file