页面路径完善
This commit is contained in:
@@ -182,7 +182,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: ItemVO) => {
|
||||
router.push({
|
||||
path: '/inspection/addItem',
|
||||
path: '/inspection/editItem',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
@@ -188,7 +188,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: PlanVO) => {
|
||||
router.push({
|
||||
path: '/inspection/addPlan',
|
||||
path: '/inspection/editPlan',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
@@ -179,7 +179,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: PointVO) => {
|
||||
router.push({
|
||||
path: '/inspection/addInspectionPoint',
|
||||
path: '/inspection/editInspectionPoint',
|
||||
query: {
|
||||
id: row?.id
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<template>
|
||||
<div class="p-2 h-full flex flex-col">
|
||||
<Pageheader></Pageheader>
|
||||
<div class="flex-1 color-gray flex h-full font-size-6 flex-center">系统还在维护中,敬请期待...</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
@@ -223,7 +223,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: RouteVO) => {
|
||||
router.push({
|
||||
path: '/Inspection/addRoute',
|
||||
path: '/Inspection/editRoute',
|
||||
query: { id: row?.id }
|
||||
});
|
||||
};
|
||||
|
||||
@@ -198,7 +198,7 @@ const handleAdd = () => {
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: TaskVO) => {
|
||||
router.push({
|
||||
path: '/inspection/addTask',
|
||||
path: '/inspection/editTask',
|
||||
query: {
|
||||
id: row.id
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<template>
|
||||
<div class="p-2 h-full flex flex-col">
|
||||
<Pageheader></Pageheader>
|
||||
<div class="flex-1 color-gray flex h-full font-size-6 flex-center">系统还在维护中,敬请期待...</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
Reference in New Issue
Block a user