File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export const routeSuper = [
137137 {
138138 path : 'config' ,
139139 name : '配置管理' ,
140- component : ( ) => import ( '@/views/lines /index' ) ,
140+ component : ( ) => import ( '@/views/config /index' ) ,
141141 meta : { title : '配置列表' , icon : 'table' , roles : [ Super ] }
142142 } ,
143143 {
Original file line number Diff line number Diff line change 55 <el-input v-model =" form.name" />
66 </el-form-item >
77 <el-form-item label =" 开启新老接口" prop =" default_open" >
8- <el-input v-model =" form.default_open" />开启公交配置情况--【1: 老接口,2: 新接口,3: 先老接口再新接口,4: 先新接口后老接口】
8+ <el-col :span =" 4" >
9+ <el-input v-model =" form.default_open" />
10+ </el-col >
11+ <el-col :span =" 20" >  ; 开启公交配置情况--【1: 老接口,2: 新接口,3: 先老接口再新接口,4: 先新接口后老接口】</el-col >
912 </el-form-item >
1013 <el-form-item label =" 是否启用" >
1114 <el-switch v-model =" form.state" />
You can’t perform that action at this time.
0 commit comments