Browse Source

refactor🎨:修改版本号,修正字典跳转问题

zhangwenjian 4 years ago
parent
commit
b1a51cdc68
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/views/admin/dict/index.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "go-admin",
-  "version": "2.0.0-bate.3",
+  "version": "2.0.0-beta.5",
   "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
   "author": "https://github.com/wenjianzhang",
   "license": "MIT",

+ 1 - 1
src/views/admin/dict/index.vue

@@ -93,7 +93,7 @@
           <el-table-column label="字典名称" align="center" prop="dictName" :show-overflow-tooltip="true" />
           <el-table-column label="字典类型" align="center" :show-overflow-tooltip="true">
             <template slot-scope="scope">
-              <router-link :to="{name:'DictData', params: {dictId:scope.row.id}}" class="link-type">
+              <router-link :to="{name:'SysDictDataManage', params: {dictId:scope.row.id}}" class="link-type">
                 <span>{{ scope.row.dictType }}</span>
               </router-link>
             </template>