hidden public org
This commit is contained in:
parent
dfdb0fc70c
commit
5fb13c8cd4
1 changed files with 6 additions and 6 deletions
|
|
@ -92,12 +92,12 @@ const listAdd = ref<ListMenu[]>([
|
||||||
type: "DETAIL",
|
type: "DETAIL",
|
||||||
color: "blue-9",
|
color: "blue-9",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: "เผยแพร่",
|
// label: "เผยแพร่",
|
||||||
icon: "mdi-publish",
|
// icon: "mdi-publish",
|
||||||
type: "PUBLISH",
|
// type: "PUBLISH",
|
||||||
color: "indigo-9",
|
// color: "indigo-9",
|
||||||
},
|
// },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const getMenuItems = computed(() => {
|
const getMenuItems = computed(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue