客户服务

This commit is contained in:
FLL
2025-07-23 15:43:23 +08:00
parent 6dc435ff6c
commit beb4bf470d
10 changed files with 9 additions and 696 deletions

View File

@@ -4,9 +4,6 @@ import {renderDict} from "#/utils/render";
import {getDictOptions} from "#/utils/dict";
import {h} from "vue";
import {Rate} from "ant-design-vue";
import type {Dayjs} from "dayjs";
import dayjs from "dayjs";
export const querySchema: FormSchemaGetter = () => [
{
@@ -216,9 +213,6 @@ export const modalSchema: FormSchemaGetter = () => [
// rules: 'selectRequired',
// },
];
const disabledDate = (current: Dayjs) => {
return current && current < dayjs().endOf('day');
};
export const ordersModalSchema: FormSchemaGetter = () => [
{
label: 'id',