This commit is contained in:
XaoLi717 2025-01-02 14:23:30 +08:00
parent 710448adff
commit d1f1e71a8a
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export interface ClglVO {
carDriverInfo: string // 驾驶员手机号
carMileage: string // 车辆里程
carStatus: number // 用车状态
serialNumber: number // 编号
carReason: string // 用车原因
carRemark: string // 备注
}

View File

@ -138,6 +138,7 @@ export enum DICT_TYPE {
OA_NUMBERS_ENABLE_MONTH = 'oa_numbers_enable_month',
OA_NUMBERS_TYPE = 'oa_numbers_type',
OA_NUMBERS_LENGTH = 'oa_numbers_length',
OA_NUMBERS_NUM = 'oa_numbers_num',
// ========== SYSTEM 模块 ==========
SYSTEM_USER_SEX = 'system_user_sex',

View File

@ -192,6 +192,7 @@ const queryParams = reactive({
carDriverInfo: undefined,
carMileage: undefined,
carStatus: null,
serialNumber: null,
createTime: [],
})
const queryFormRef = ref() //