ปรับ ทดลองงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-30 13:04:45 +07:00
parent 72529c5d6c
commit 328dd6e1a3
6 changed files with 492 additions and 184 deletions

View file

@ -190,7 +190,6 @@ export const usePlacementDataStore = defineStore("placement", () => {
DataUpdateMain,
};
});
export const useOrderPlacementDataStore = defineStore("placementOrder", () => {
interface placementOrder {
mappingPosition: { columns: String[] };
@ -287,7 +286,6 @@ export const useOrderPlacementDataStore = defineStore("placementOrder", () => {
DataMainOrder,
};
});
export const useProbationDataStore = defineStore("probationDataStore", () => {
const ratingColors = ref<string[]>([
"light-blue-3",
@ -311,7 +309,6 @@ export const useProbationDataStore = defineStore("probationDataStore", () => {
setStepOrder,
};
});
export const useTransferDataStore = defineStore("transferDataStore", () => {
const statusText = (val: string) => {
switch (val) {