ui การเพิ่มโครงสร้าง
This commit is contained in:
parent
2263302976
commit
b4f6c41021
2 changed files with 104 additions and 18 deletions
|
|
@ -285,7 +285,17 @@ onMounted(async () => {
|
|||
</q-btn-dropdown>
|
||||
</q-btn-group>
|
||||
|
||||
<q-btn-dropdown
|
||||
<q-btn
|
||||
v-if="checkPermission($route)?.attrOwnership == 'OWNER'"
|
||||
color="green-6"
|
||||
dense
|
||||
unelevated
|
||||
label="เพิ่มโครงสร้าง"
|
||||
@click="ocClickAddStructure('ADD')"
|
||||
class="q-px-md"
|
||||
/>
|
||||
|
||||
<!-- <q-btn-dropdown
|
||||
v-if="checkPermission($route)?.attrOwnership == 'OWNER'"
|
||||
dense
|
||||
unelevated
|
||||
|
|
@ -307,7 +317,7 @@ onMounted(async () => {
|
|||
</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-btn-dropdown>
|
||||
</q-btn-dropdown> -->
|
||||
|
||||
<q-space />
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue