From a139dba9262dbb4b70f34d3c2034c255561abcad Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期六, 26 七月 2025 18:04:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js b/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js index 76181f7..e9d2bdd 100644 --- a/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js +++ b/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js @@ -18,20 +18,20 @@ // } // } // }, - zcModel: { - validators: { - notEmpty: { - message: '请选择快车车型' - } - } - }, - kcModel: { - validators: { - notEmpty: { - message: '请选择跨城出行车型' - } - } - }, + // zcModel: { + // validators: { + // notEmpty: { + // message: '请选择快车车型' + // } + // } + // }, + // kcModel: { + // validators: { + // notEmpty: { + // message: '请选择跨城出行车型' + // } + // } + // }, carLicensePlate: { validators: { notEmpty: { -- Gitblit v1.7.1