feat: 车辆收费接口对接
This commit is contained in:
parent
5627819db9
commit
93b1b2476a
@ -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(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user