From 311325c98fbe3ccfdbc85d64e007e7b5b638bbc0 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 09 Aug 2022 17:36:28 +0800
Subject: [PATCH] 修正地块分类查询查询条件,优化分页
---
src/router/views/index.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index f0ecb6b..8cb2bf4 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -126,7 +126,7 @@
component: Layout,
children: [{
path: '/stockout',
- name: '已出资待使用农资',
+ name: '已出库待使用农资',
meta: {
i18n: 'index',
},
@@ -272,6 +272,14 @@
},
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/traceability/traceability')
+ }, {
+ path: 'details',
+ name: '溯源详情信息',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/traceability/details')
}]
},
{
--
Gitblit v1.9.3