一日流程评估优化
This commit is contained in:
parent
b3bea0526e
commit
46faa3ab3d
@ -495,7 +495,7 @@ export const constantRoutes = [
|
|||||||
hidden: true,
|
hidden: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: "teacher",
|
path: "teacher/:id(\\d+)",
|
||||||
component: () => import("@/views/benyi/dayflowassessment/teacher"),
|
component: () => import("@/views/benyi/dayflowassessment/teacher"),
|
||||||
name: "dayflowassessmentteacher",
|
name: "dayflowassessmentteacher",
|
||||||
meta: {
|
meta: {
|
||||||
|
@ -287,7 +287,9 @@ export default {
|
|||||||
this.$router.push({ path: "/benyi/dayflowassessments/details/" + id });
|
this.$router.push({ path: "/benyi/dayflowassessments/details/" + id });
|
||||||
},
|
},
|
||||||
handleAdd() {
|
handleAdd() {
|
||||||
this.$router.push({ path: "/benyi/dayflowassessment/teacher" });
|
this.$router.push({
|
||||||
|
path: "/benyi/dayflowassessment/teacher/" + Date.now(),
|
||||||
|
});
|
||||||
},
|
},
|
||||||
/** 删除按钮操作 */
|
/** 删除按钮操作 */
|
||||||
handleDelete(row) {
|
handleDelete(row) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user