fix bug
This commit is contained in:
parent
ec04bc2e1e
commit
3ffe9b367e
5 changed files with 10 additions and 23 deletions
|
|
@ -125,7 +125,7 @@ export const useSalaryEmployeeListSDataStore = defineStore(
|
|||
const itemDownloadOct = ref<DataOption[]>([
|
||||
{
|
||||
id: "emp2-01",
|
||||
name: "บัญชีการคำนวณวงเงินเลื่อนขั้นค่าจางลูกจ้างประจำกรุงเทพมหานคร",
|
||||
name: "บัญชีการคำนวณวงเงินเลื่อนขั้นค่าจ้างลูกจ้างประจำกรุงเทพมหานคร",
|
||||
},
|
||||
{
|
||||
id: "emp2-02",
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ function clickDownload() {
|
|||
.get(config.API.salaryReportemployeeByid(salaryEmployeeId.value))
|
||||
.then((res) => {
|
||||
const dataList = res.data.result;
|
||||
genReportXLSX(dataList, "อัตราเงินเดือน");
|
||||
genReportXLSX(dataList, "อัตราค่าจ้าง");
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue