ปรับ icon โครงสร้างกำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-26 11:37:19 +07:00
parent 0ca66ed4a7
commit a925a43642
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ const listAdd = ref<any>([
},
{
label: "แก้ไขสถานะ",
icon: "checklist_rtl",
icon: "rule",
val: "STATUS",
color: "yellow-9",
},

View file

@ -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",