ปรับ icon โครงสร้างกำลัง
This commit is contained in:
parent
0ca66ed4a7
commit
a925a43642
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ const listAdd = ref<any>([
|
|||
},
|
||||
{
|
||||
label: "แก้ไขสถานะ",
|
||||
icon: "checklist_rtl",
|
||||
icon: "rule",
|
||||
val: "STATUS",
|
||||
color: "yellow-9",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import { useOrganizational } from "@/modules/02_organizationalNew/store/organiza
|
|||
|
||||
const stroe = useOrganizational();
|
||||
|
||||
const isStatusData = ref<boolean>(true);
|
||||
const isStatusData = ref<boolean>(false);
|
||||
const itemStructure = ref<any>([
|
||||
{
|
||||
val: "NEW",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue