ปรับ โครงสร้างอัตรากำลัง
This commit is contained in:
parent
dd57d5d76a
commit
a48f2afad7
10 changed files with 51 additions and 2 deletions
|
|
@ -696,6 +696,11 @@ onMounted(() => {
|
|||
? col.value + " " + "(ทับที่)"
|
||||
: col.value
|
||||
}}
|
||||
<q-icon
|
||||
name="mdi-star"
|
||||
color="primary"
|
||||
v-if="props.row.isDirector"
|
||||
/>
|
||||
</div>
|
||||
<div v-else-if="col.name === 'isPosition'">
|
||||
<div v-if="col.value">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue