feat: Personnel => card status, locale

This commit is contained in:
puriphatt 2024-04-04 17:48:48 +07:00
parent d9c3e8a53a
commit 0585eb1f6b
3 changed files with 109 additions and 67 deletions

View file

@ -21,6 +21,7 @@ const person = [
{ label: 'ตำแหน่ง', value: '32 ปี' },
],
male: true,
img: 'profile.png',
},
{
name: 'นางสาวสุขใจ แสนดี',
@ -44,6 +45,7 @@ const person = [
],
male: true,
disabled: true,
img: 'profile.png',
},
{
name: 'นางสาวสุขใจ แสนดี',
@ -145,7 +147,7 @@ const selectorList = [
<!-- main -->
<AppBox bordered style="width: 100%; height: 580px; overflow-y: auto">
<!-- <PersonCard :list="person" class="q-mb-md" /> -->
<PersonCard :list="person" class="q-mb-md" />
<div class="column" style="height: 100%">
<div class="col-1 self-end">
<div class="row">