แก้ไขการลา
This commit is contained in:
parent
0116c7fef8
commit
265bc77553
11 changed files with 1022 additions and 264 deletions
|
|
@ -38,9 +38,11 @@ const RepatriationOrderAdd = () =>
|
|||
const receiveMain = () =>
|
||||
import("@/modules/05_placement/components/Receive/receiveMain.vue");
|
||||
|
||||
const receiveDetail = () =>
|
||||
const receiveDetail = () =>
|
||||
import("@/modules/05_placement/components/Receive/receiveDetail.vue");
|
||||
const ReceiveAdd = () =>
|
||||
const receiveDetail2 = () =>
|
||||
import("@/modules/05_placement/components/Receive/receiveDetail2.vue");
|
||||
const ReceiveAdd = () =>
|
||||
import("@/modules/05_placement/components/Receive/FormAdd.vue");
|
||||
|
||||
export default [
|
||||
|
|
@ -197,7 +199,7 @@ export default [
|
|||
{
|
||||
path: "/receive/:id",
|
||||
name: "receiveDetail",
|
||||
component: receiveDetail,
|
||||
component: receiveDetail2,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.3],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue