เพิ่มแสดงเงินค่าตอบแทนพิเศษ
This commit is contained in:
parent
4ab2c5e139
commit
1fc8c41554
8 changed files with 63 additions and 9 deletions
|
|
@ -48,7 +48,7 @@ async function getReportRecruit() {
|
|||
await http
|
||||
.get(
|
||||
config.API.reportRecruit(reportSelect.value) +
|
||||
`?rootId=&year=${year.value+543}`
|
||||
`?year=${year.value+543}`
|
||||
)
|
||||
.then(async (res) => {
|
||||
const data = res.data.result;
|
||||
|
|
@ -188,7 +188,7 @@ onMounted(() => {
|
|||
dense
|
||||
v-model="reportSelect"
|
||||
:options="reportSelectOption"
|
||||
label="ประเภท"
|
||||
label="รายงาน"
|
||||
emit-value
|
||||
map-options
|
||||
hide-selected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue