Commit 69982667 by liuguorong93

工作犬复训管理-批量新增 静态页面

parent c7d47276
...@@ -146,7 +146,7 @@ export default [ ...@@ -146,7 +146,7 @@ export default [
keepAlive: true, keepAlive: true,
oneMenuName: 'jqjsgzgl', oneMenuName: 'jqjsgzgl',
paixu: 2, paixu: 2,
routeNames: ["jobDogManageEdit", "jobDogManageAdd"] routeNames: ["jobDogManageEdit", "jobDogManageAdd", "jobDogManageBatchAdd"]
} }
}, },
// 工作犬复训管理(编辑页) // 工作犬复训管理(编辑页)
...@@ -172,6 +172,16 @@ export default [ ...@@ -172,6 +172,16 @@ export default [
} }
}, },
// 工作犬复训管理(批量新增页) // 工作犬复训管理(批量新增页)
{
path: 'jobDogManageBatchAdd',
name: 'jobDogManageBatchAdd',
component: () => import('@/views/jobDogManage/components/jobDogManageBatchAdd.vue'),
meta: {
title: '工作犬复训管理-批量新增',
// 编辑新增页面此字段务必设置为true
isEditPage: true
}
},
// 工作犬等级评定管理(二级菜单) // 工作犬等级评定管理(二级菜单)
{ {
......
...@@ -416,7 +416,9 @@ export default { ...@@ -416,7 +416,9 @@ export default {
this.$message("已取消删除"); this.$message("已取消删除");
}); });
}, },
batchAdd() {}, batchAdd() {
this.$router.push({ name: "jobDogManageBatchAdd" });
},
exportData() { exportData() {
this.tableLoading = true; this.tableLoading = true;
let params = { let params = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment