mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
Merge branch '250213-prod-master_1202-gx' into test20250220
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
NODE_ENV=test
|
||||
VUE_APP_BOE_API_URL=//u-pre.boe.com
|
||||
VUE_APP_BOE_API_URL=//u-pre.boe.com
|
||||
VUE_APP_BASE_API=/manageApi
|
||||
@@ -328,6 +328,7 @@ export default {
|
||||
}
|
||||
};
|
||||
function downTemplate() {
|
||||
console.log("downTemplate gx")
|
||||
// window.open(`${process.env.VUE_APP_BOE_API_URL}/upload/template/${props.template}`);
|
||||
exportTeacherExpense({})
|
||||
.then((res) => {
|
||||
@@ -336,10 +337,6 @@ export default {
|
||||
.catch((err) => {
|
||||
console.error("downTemplate err", err);
|
||||
});
|
||||
|
||||
window.open(
|
||||
`${process.env.VUE_APP_BOE_API_URL}/admin/export/exportExpenseTemplate`
|
||||
);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
@@ -511,6 +511,7 @@
|
||||
</div>
|
||||
</a-modal>
|
||||
</div>
|
||||
<!-- 导入01 -->
|
||||
<ImportWork v-model:showWork="showWork" :template="'内部讲师授课记录导入模版-20250115.xlsx'" :url="'/admin/export/importInTeacherRecord'" :title="title"></ImportWork>
|
||||
<!-- <div> <Upload/> </div> -->
|
||||
</div>
|
||||
|
||||
@@ -545,6 +545,7 @@
|
||||
</div> -->
|
||||
</div>
|
||||
</a-drawer>
|
||||
<!-- TODO dr01 -->
|
||||
<ImportWork v-model:showWork="showWork" :template="'讲师费导入模版-20250115.xlsx'"
|
||||
:url="'/admin/export/importTeacherExpense'" :fileName="uploadFile" :title="title"></ImportWork>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user