ปรับ ทดลองงาน
This commit is contained in:
parent
72529c5d6c
commit
328dd6e1a3
6 changed files with 492 additions and 184 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue