This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-11 13:17:08 +07:00
parent ec04bc2e1e
commit 3ffe9b367e
5 changed files with 10 additions and 23 deletions

View file

@ -125,7 +125,7 @@ export const useSalaryEmployeeListSDataStore = defineStore(
const itemDownloadOct = ref<DataOption[]>([
{
id: "emp2-01",
name: "บัญชีการคำนวณวงเงินเลื่อนขั้นค่าจางลูกจ้างประจำกรุงเทพมหานคร",
name: "บัญชีการคำนวณวงเงินเลื่อนขั้นค่าจางลูกจ้างประจำกรุงเทพมหานคร",
},
{
id: "emp2-02",

View file

@ -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);