From 54d467ede7f8b279009be09b826bf775299c0a38 Mon Sep 17 00:00:00 2001 From: Zy <1448159279@qq.com> Date: Sat, 4 Jul 2026 15:40:37 +0800 Subject: [PATCH] =?UTF-8?q?7/4=E6=96=B0=E5=A2=9E=E5=85=AC=E5=AE=89?= =?UTF-8?q?=E5=A4=87=E6=A1=88=E5=BA=95=E9=83=A8=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/api/system/ComplainType/type.ts | 45 ++------------- src/api/system/RepairProject/type.ts | 5 +- src/assets/logo/备案图标.png | Bin 0 -> 1403 bytes src/views/login.vue | 64 +++++++++++----------- src/views/system/ComplaintType/index.vue | 35 ++++-------- src/views/system/MonthCard/index.vue | 39 +------------ src/views/system/Notification/index.vue | 20 +++---- src/views/system/ParkingCost/index.vue | 6 +- src/views/system/Repair/addRepair.vue | 58 ++++++++------------ src/views/system/Repair/addRepairlist.vue | 15 ++--- src/views/system/Repair/repairMain.vue | 36 ++++++------ src/views/system/Sdb/SdbCashier/index.vue | 7 ++- src/views/system/cars/addCars.vue | 47 +++++----------- src/views/system/house/AddBuilding.vue | 25 +++------ vite/plugins/index.ts | 2 - 16 files changed, 143 insertions(+), 263 deletions(-) create mode 100644 src/assets/logo/备案图标.png diff --git a/.env.production b/.env.production index 484f76f..9d04805 100644 --- a/.env.production +++ b/.env.production @@ -16,7 +16,7 @@ VITE_APP_SNAILJOB_ADMIN = '/snail-job' # 生产环境 # VITE_APP_BASE_API = 'https://wuyeapi.bugtc.com' -VITE_APP_BASE_API = 'http://wuyeapi.ckdzkj.com' +VITE_APP_BASE_API = 'https://wuyeapi.ckdzkj.com' # 登录成功跳转地址 # VITE_LOGIN_BACK_URL = '/equipment/WaterDevice' diff --git a/src/api/system/ComplainType/type.ts b/src/api/system/ComplainType/type.ts index 965a747..7ff88d5 100644 --- a/src/api/system/ComplainType/type.ts +++ b/src/api/system/ComplainType/type.ts @@ -2,7 +2,7 @@ export interface ComplaintTypeVO { /** * 投诉类型管理表id */ - id: string | number; + id: string; /** * 投诉类型名称 @@ -13,43 +13,21 @@ export interface ComplaintTypeVO { * 状态 0 启用 1停用 */ status: string; - - /** - * 创建人名称 - */ - createNam: string; - - /** - * 创建时间 - */ - creaateTime: string; } export interface ComplaintTypeForm extends BaseEntity { /** * 投诉类型管理表id */ - id?: string | number; - - /** - * 投诉类型名称 - */ - name?: string; - + id?: string; /** * 状态 0 启用 1停用 */ status?: string; - /** - * 创建人名称 + * 投诉类型名称 */ - createNam?: string; - - /** - * 创建时间 - */ - creaateTime?: string; + name?: string; } export interface ComplaintTypeQuery extends PageQuery { @@ -62,19 +40,4 @@ export interface ComplaintTypeQuery extends PageQuery { * 状态 0 启用 1停用 */ status?: string; - - /** - * 创建人名称 - */ - createNam?: string; - - /** - * 创建时间 - */ - creaateTime?: string; - - /** - * 日期范围参数 - */ - params?: any; } diff --git a/src/api/system/RepairProject/type.ts b/src/api/system/RepairProject/type.ts index a74d9f8..04ae9e4 100644 --- a/src/api/system/RepairProject/type.ts +++ b/src/api/system/RepairProject/type.ts @@ -23,7 +23,7 @@ export interface RepairProjectVO { * 项目层级 0,1 */ projectLevel: number; - children?: []; + children?: RepairProjectVO[]; /** * 排序 (数越小越靠前) */ @@ -33,6 +33,9 @@ export interface RepairProjectVO { * 状态 0启用 1停用 */ status: string; + + disabled?: boolean; + // children?: RepairProjectVO[]; } export interface RepairProjectForm extends BaseEntity { diff --git a/src/assets/logo/备案图标.png b/src/assets/logo/备案图标.png new file mode 100644 index 0000000000000000000000000000000000000000..2a13ba2f4b92c4b531945a66e3e35e3ead3739f9 GIT binary patch literal 1403 zcmV->1%&#EP)OmFb0;G+d=2euy)cVjh{yJKZrd}noklB1~I~M zd*Iw5A@r@E47IO}f%*@p@Jx)Mdh7(KwK9h?&H%c+rbB*i1aRDTI20QU&l)3V6a5Y9 zt}ZYoLj`MYk|T#A7~w_+L-y{4&}u&!WZY<|pJEIR0yEx1Uj3A};EwJdNrUZFkX8l* zHzEMS!$N`e#$JPgJ~RCcs?G=sAOmNu899?20~{9tS;_A3OOz#4aigG2I0I^r2|!us z49#&4Q2mAxbnlo4RX29P@XC_nqk&1>K&!}%*3Y1(+}IODb9^2n#p&U|879DXA0K#D zWCyt`&7s8h9jNo01F|3+kc$^U!+v{Uts5b9lQ(c&C=}=KgZ_()Kvj4+ML&aNKZx6i zJl2Yl2ju}^YI__;juOLFM+@kT5@VldO3ezHkB9?S>Aj#VY+}m;B$XP?? zxN%T4$p}iOy$+QxG_IHqmA13M-@p>M@nKM&69R)Z0ie9J2DDXslk_!c&n?oFu$Yn7 z)OEmWd?Ds=G7Nu8xDmcQZUZ=ta{}+lt6?nX2^_cOg%H>o76q))6WX$Q%Ja*it2DIe z|DeAVq%H{`B+^svj5H*;g7T;U9#)8bLc4Yg{E`D zE~35ntsT+-p#J;&bICyKE=GE!LC~7x1**#)pvmVcFRlhnp%?Eb7f_t|7@BnlgS21q z;L&<@v{ioaNVSuvIdXyMe-LZ0G$Ng{n4?6MC+sKcE2|iJSmp*j*H(ija|LL1*N8fO z84Rzqr_=+~1y0ae?gQP5-7Tb7eL9>l7HL5AKj`-(OAee!Dq=i5$<0XHZ-^q*rG&^& zI@b_onyZSavqhjd_h|{~$QS34uIl3li8MWWDPfVifXF`&_zeY2VF9#&n4
{{ proxy.$t('login.rememberPassword') }} - +
@@ -39,34 +39,30 @@