|
|
@ -2,6 +2,7 @@ import type { CrudSchema } from '@/hooks/web/useCrudSchemas' |
|
|
|
import { LocationArea, LocationAreaRules } from '../../basic/locationArea/locationArea.data' |
|
|
|
import * as LocationAreaApi from '@/api/eam/basic/locationArea' |
|
|
|
import { dateFormatter } from '@/utils/formatTime' |
|
|
|
import { fa } from 'element-plus/es/locale' |
|
|
|
|
|
|
|
// 表单校验
|
|
|
|
export const CountadjustPlanRules = reactive({ |
|
|
@ -98,7 +99,8 @@ export const CountadjustPlan = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '创建者', |
|
|
|
field: 'creator', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false |
|
|
|
isSearch: false, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '创建时间', |
|
|
|