feat: 车辆收费接口对接

This commit is contained in:
fyy 2025-07-22 19:33:45 +08:00
parent 5627819db9
commit 93b1b2476a

View File

@ -30,7 +30,7 @@ import {PlusOutlined, MinusOutlined} from '@ant-design/icons-vue';
import type {ShiftVO} from "#/api/property/attendanceManagement/shiftSetting/model"; import type {ShiftVO} from "#/api/property/attendanceManagement/shiftSetting/model";
const emit = defineEmits<{ reload: [] }>(); const emit = defineEmits<{ reload: [] }>();
const groupId = ref<string | number>(); const groupId = ref<string | number>(0);
const isUpdate = ref(false); const isUpdate = ref(false);
const weekdayData = ref<any[]>([]) const weekdayData = ref<any[]>([])
const title = computed(() => { const title = computed(() => {