Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
afabfb36
Commit
afabfb36
authored
Jul 27, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营信息加字段
parent
403b0c2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
index.vue
pages/demo/operate/index.vue
+18
-0
No files found.
pages/demo/operate/index.vue
View file @
afabfb36
...
...
@@ -98,6 +98,13 @@
<Option
value=
"shenzhen"
>
贵阳客运段
</Option>
</Select>
</FormItem>
<FormItem
label=
"来源类型"
>
<RadioGroup
v-model=
"formItem.radio3"
>
<Radio
label=
"1"
>
调图电报
</Radio>
<Radio
label=
"2"
>
临时调度
</Radio>
<Radio
label=
"3"
>
其他
</Radio>
</RadioGroup>
</FormItem>
<FormItem
label=
"编组"
>
<RadioGroup
v-model=
"formItem.radio"
>
<Radio
label=
"male"
>
重编
</Radio>
...
...
@@ -105,6 +112,7 @@
<Radio
label=
"female"
>
长编
</Radio>
</RadioGroup>
</FormItem>
<FormItem
label=
"车次类型"
>
<RadioGroup
v-model=
"formItem.radio1"
>
<Radio
label=
"male"
>
日常
</Radio>
...
...
@@ -153,6 +161,7 @@ export default {
time
:
""
,
slider
:
[
20
,
50
],
textarea
:
""
,
radio3
:
"1"
,
},
modal
:
false
,
modal1
:
false
,
...
...
@@ -192,6 +201,10 @@ export default {
title
:
"运营里程(公里)"
,
key
:
"a4"
,
},
{
title
:
"来源类型"
,
key
:
"a10"
,
},
{
title
:
"编组"
,
key
:
"a5"
,
...
...
@@ -275,6 +288,7 @@ export default {
"5.10、5.11、5.15、5.16、5.17、5.18、5.22、5.23、5.24、5.25、5.29、5.30、5.31"
,
a8
:
"否"
,
a9
:
""
,
a10
:
"调图电报"
,
},
{
name
:
"D8592"
,
...
...
@@ -290,6 +304,7 @@ export default {
"5.10、5.11、5.15、5.16、5.17、5.18、5.22、5.23、5.24、5.25、5.29、5.30、5.31"
,
a8
:
"有"
,
a9
:
""
,
a10
:
"调图电报"
,
},
{
name
:
"D8591"
,
...
...
@@ -305,6 +320,7 @@ export default {
"5.10、5.11、5.15、5.16、5.17、5.18、5.22、5.23、5.24、5.25、5.29、5.30、5.31"
,
a8
:
"有"
,
a9
:
""
,
a10
:
"临时调度"
,
},
{
name
:
"C6691"
,
...
...
@@ -319,6 +335,7 @@ export default {
a7
:
"长期"
,
a8
:
"否"
,
a9
:
""
,
a10
:
"其他"
,
},
{
name
:
"G8641"
,
...
...
@@ -334,6 +351,7 @@ export default {
"5.10、5.11、5.15、5.16、5.17、5.18、5.22、5.23、5.24、5.25、5.29、5.30、5.31"
,
a8
:
"否"
,
a9
:
"临时"
,
a10
:
"调图电报"
,
},
],
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment