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
d2d99f54
Commit
d2d99f54
authored
Jul 27, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营计划表加字段
parent
abbc0ce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
index.vue
pages/demo/plan/index.vue
+13
-3
No files found.
pages/demo/plan/index.vue
View file @
d2d99f54
...
...
@@ -7,7 +7,7 @@
<Input
type=
"text"
v-model=
"formInline.name"
placeholder=
"请输入车次"
></Input>
</FormItem>
</Col>
<Col
span=
"4"
>
<Col
span=
"4"
>
<FormItem
prop=
"company"
label=
"始发站"
>
<Select
v-model=
"formInline.company"
style=
"width:200px"
>
<Option
value=
"beijing"
>
贵阳北
</Option>
...
...
@@ -54,7 +54,7 @@
<FormItem
label=
"车次"
>
<Input
v-model=
"formItem.input"
placeholder=
"请输入车次"
></Input>
</FormItem>
<FormItem
prop=
"company"
label=
"始发站"
>
<FormItem
prop=
"company"
label=
"始发站"
>
<Select
v-model=
"formItem.company"
style=
"width:200px"
>
<Option
value=
"beijing"
>
贵阳北
</Option>
<Option
value=
"shanghai"
>
重庆西
</Option>
...
...
@@ -92,7 +92,7 @@
</FormItem>
<FormItem
prop=
"company1"
label=
"担当车辆段"
>
<Select
v-model=
"formItem.company3"
>
<Option
value=
"beijing"
>
贵阳客运段
</Option>
<Option
value=
"beijing"
>
贵阳客运段
</Option>
<Option
value=
"shanghai"
>
贵阳车辆段
</Option>
<Option
value=
"shenzhen"
>
贵阳客运段
</Option>
</Select>
...
...
@@ -166,6 +166,11 @@ export default {
title
:
"车次"
,
key
:
"name"
,
},
{
title
:
"列车号"
,
key
:
"name1"
,
width
:
130
,
},
{
title
:
"始发站"
,
key
:
"a2"
,
...
...
@@ -262,6 +267,7 @@ export default {
data
:
[
{
name
:
"G8642"
,
name1
:
"CR200J30001"
,
startTime
:
"17:26"
,
a2
:
"贵阳北"
,
a
:
"成都东"
,
...
...
@@ -277,6 +283,7 @@ export default {
},
{
name
:
"D8592"
,
name1
:
"CR200J30013"
,
startTime
:
"11:40"
,
a2
:
"贵阳北"
,
a
:
"重庆西"
,
...
...
@@ -292,6 +299,7 @@ export default {
},
{
name
:
"D8591"
,
name1
:
"CR200J30009"
,
startTime
:
"14:16"
,
a2
:
"重庆西"
,
a
:
"贵阳北"
,
...
...
@@ -307,6 +315,7 @@ export default {
},
{
name
:
"C6691"
,
name1
:
"CR200J30008"
,
startTime
:
"13:32"
,
a2
:
"广元"
,
a
:
"成都东"
,
...
...
@@ -321,6 +330,7 @@ export default {
},
{
name
:
"G8641"
,
name1
:
"CR200J30012"
,
startTime
:
"17:26"
,
a2
:
"成都东"
,
a
:
"贵阳北"
,
...
...
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