updated
This commit is contained in:
parent
2842279165
commit
8a53037137
14 changed files with 154 additions and 239 deletions
|
|
@ -105,7 +105,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "role",
|
||||
align: "left",
|
||||
label: "สิทธิ์การจัดการ",
|
||||
label: "สิทธิ์",
|
||||
sortable: false,
|
||||
field: "role",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -352,7 +352,7 @@ onMounted(() => {
|
|||
|
||||
<template>
|
||||
<div class="row items-center">
|
||||
<div class="toptitle text-dark row items-center q-py-xs">จัดการสิทธิ์</div>
|
||||
<div class="toptitle text-dark row items-center q-py-xs">กำหนดสิทธิ์</div>
|
||||
</div>
|
||||
|
||||
<q-card flast bordered>
|
||||
|
|
@ -568,7 +568,7 @@ onMounted(() => {
|
|||
size="17px"
|
||||
name="mdi-account-group"
|
||||
/>
|
||||
<div class="q-pl-md">จัดการสิทธิ์</div>
|
||||
<div class="q-pl-md">กำหนดสิทธิ์</div>
|
||||
</div>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue