แก้ไฟล์ "ก.พ.7/ก.ก.1" เป็น "ทปอ. สามัญ" เฉพาะที่เป็น ทะเบียนประวัติอิเล็กทรอนิกส์
This commit is contained in:
parent
19dc153482
commit
be7f116b99
1 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ async function onClickDownloadKp7(type: string) {
|
|||
store.profileId,
|
||||
dataStore.officerType == "OFFICER" ? "profile" : "profile-employee"
|
||||
);
|
||||
const fileName = type === "FULL" ? "ก.พ.7/ก.ก.1" : "ประวัติแบบย่อ";
|
||||
const fileName = type === "FULL" ? "ทปอ. สามัญ" : "ประวัติแบบย่อ";
|
||||
await http
|
||||
.get(url)
|
||||
.then(async (res) => {
|
||||
|
|
@ -233,7 +233,7 @@ function onMobile(type: string) {
|
|||
color="primary"
|
||||
@click="onClickDownloadKp7('FULL')"
|
||||
><q-icon left size="2em" name="mdi-folder-download-outline" />
|
||||
<div>ดาวน์โหลด ก.พ.7/ก.ก. 1</div></q-btn
|
||||
<div>ดาวน์โหลด ทปอ. สามัญ</div></q-btn
|
||||
>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
|
|
@ -372,7 +372,7 @@ function onMobile(type: string) {
|
|||
icon="mdi-folder-download-outline"
|
||||
@click="onClickDownloadKp7('FULL')"
|
||||
>
|
||||
<q-tooltip>ดาวน์โหลด ก.พ.7/ก.ก. 1</q-tooltip>
|
||||
<q-tooltip>ดาวน์โหลด ทปอ. สามัญ</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue