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 = [
137
137
{
138
138
path : 'config' ,
139
139
name : '配置管理' ,
140
- component : ( ) => import ( '@/views/lines /index' ) ,
140
+ component : ( ) => import ( '@/views/config /index' ) ,
141
141
meta : { title : '配置列表' , icon : 'table' , roles : [ Super ] }
142
142
} ,
143
143
{
Original file line number Diff line number Diff line change 5
5
<el-input v-model =" form.name" />
6
6
</el-form-item >
7
7
<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 >
9
12
</el-form-item >
10
13
<el-form-item label =" 是否启用" >
11
14
<el-switch v-model =" form.state" />
You can’t perform that action at this time.
0 commit comments