no message
This commit is contained in:
parent
8b6a90aa06
commit
30ca7d29c4
2 changed files with 20 additions and 11 deletions
|
|
@ -61,7 +61,7 @@ export const useAppealComplainStore = defineStore("appealComplainStore", () => {
|
|||
}
|
||||
};
|
||||
|
||||
const statusTothai = (val: string) => {
|
||||
function statusTothai(val: string){
|
||||
switch (val) {
|
||||
case "NEW":
|
||||
return "ใหม่";
|
||||
|
|
@ -88,7 +88,8 @@ export const useAppealComplainStore = defineStore("appealComplainStore", () => {
|
|||
fetchAppealComplain,
|
||||
rows,
|
||||
typeOptions,
|
||||
statusOptions
|
||||
statusOptions,
|
||||
statusTothai
|
||||
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue