change sys key
This commit is contained in:
parent
1fa5f1b523
commit
8d7f061b0b
1 changed files with 10 additions and 3 deletions
|
|
@ -205,7 +205,10 @@ onMounted(async () => {
|
|||
/>
|
||||
|
||||
<q-btn
|
||||
v-else-if="dataDetail.statusMain === 'CANCEL' && dataStore.officerType == 'OFFICER'"
|
||||
v-else-if="
|
||||
dataDetail.statusMain === 'CANCEL' &&
|
||||
dataStore.officerType == 'OFFICER'
|
||||
"
|
||||
unelevated
|
||||
color="red"
|
||||
label="ติดตามสถานะยกเลิกการขอลาออก"
|
||||
|
|
@ -606,12 +609,16 @@ onMounted(async () => {
|
|||
dataStore.officerType == 'OFFICER'
|
||||
"
|
||||
>
|
||||
<Workflow :id="id" sys-name="SYS_RETIREMENT" />
|
||||
<Workflow :id="id" sys-name="SYS_RESIGN" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Dialog v-model:modal="modal" :fectData="fectDataresign" v-model:link="link"/>
|
||||
<Dialog
|
||||
v-model:modal="modal"
|
||||
:fectData="fectDataresign"
|
||||
v-model:link="link"
|
||||
/>
|
||||
|
||||
<q-dialog v-model="modalWorkflow" persistent>
|
||||
<q-card style="width: 700px; max-width: 80vw">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue