工资比例计算

This commit is contained in:
xiezhijun
2021-03-15 18:01:59 +08:00
parent 2e11a4a0ee
commit 0f03406d4c
10 changed files with 757 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import request from '@/utils/request'
// 下载薪资导入模板
export function importTemplate() {
return request({
url: '/custom/salaryRate/importTemplate',
method: 'get'
})
}