+
+
+ 首页
+ 商品管理
+ 参数列表
+
+
+
+
+
+
+
+
+
+ 选择商品级联选择框:
+
+
+
+
+
+
+ 添加参数
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+ 添加属性
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/router.js b/src/router/router.js
index 83df9f9..234ae82 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -7,6 +7,7 @@ import users from '../components/users/users'
import access from '../components/access/access'
import roles from '../components/access/roles'
import categories from '../components/goods/categories'
+import params from '../components/goods/params'
Vue.use(VueRouter)
@@ -22,7 +23,8 @@ const routes = [
{ path: '/users', component: users },
{ path: '/rights', component: access },
{ path: '/roles', component: roles },
- { path: '/categories', component: categories }
+ { path: '/categories', component: categories },
+ { path: '/params', component: params }
]
}
]
diff --git a/yarn.lock b/yarn.lock
index 4d1ec01..5780b34 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8309,6 +8309,13 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
hash-sum "^1.0.2"
loader-utils "^1.0.2"
+vue-table-with-tree-grid@^0.2.4:
+ version "0.2.4"
+ resolved "https://registry.npm.taobao.org/vue-table-with-tree-grid/download/vue-table-with-tree-grid-0.2.4.tgz#b60b22810ab861bdb669afb3d6f0079a4cee52a4"
+ integrity sha1-tgsigQq4Yb22aa+z1vAHmkzuUqQ=
+ dependencies:
+ vue "^2.4.3"
+
vue-template-compiler@^2.6.11:
version "2.6.11"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080"
@@ -8322,7 +8329,7 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
-vue@^2.6.11:
+vue@^2.4.3, vue@^2.6.11:
version "2.6.11"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==