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
5f7fc421
Commit
5f7fc421
authored
Sep 18, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列车管理 取消操作
parent
3ef40bd6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
216 additions
and
228 deletions
+216
-228
index.vue
pages/resourceManagement/train/index.vue
+216
-228
No files found.
pages/resourceManagement/train/index.vue
View file @
5f7fc421
<
template
>
<div
class=
"train"
>
<div
class=
"train"
>
<Row
:gutter=
"16"
style=
"margin-bottom:10px"
>
<Col
span=
"4"
>
<Input
v-model=
"keys"
search
placeholder=
"请输入车辆编号"
clearable
/>
...
...
@@ -35,24 +35,14 @@
</Select>
</FormItem>
<FormItem
label=
"出厂时间"
>
<DatePicker
type=
"date"
placeholder=
"Select startTime"
v-model=
"formItem.startTime"
style=
"width: 408px"
></DatePicker>
<DatePicker
type=
"date"
placeholder=
"Select startTime"
v-model=
"formItem.startTime"
style=
"width: 408px"
></DatePicker>
</FormItem>
<FormItem
label=
"配属时间"
>
<DatePicker
type=
"date"
placeholder=
"Select startTime"
v-model=
"formItem.a1"
style=
"width: 408px"
></DatePicker>
<DatePicker
type=
"date"
placeholder=
"Select startTime"
v-model=
"formItem.a1"
style=
"width: 408px"
></DatePicker>
</FormItem>
</Form>
</Modal>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -75,8 +65,7 @@ export default {
},
modal
:
false
,
modal1
:
false
,
columns
:
[
{
columns
:
[{
title
:
"序号"
,
type
:
"index"
,
width
:
60
,
...
...
@@ -114,8 +103,7 @@ export default {
render
:
(
h
,
params
)
=>
{
return
h
(
"div"
,
[
h
(
"op"
,
{
"op"
,
{
props
:
{
type
:
"detail"
,
size
:
"small"
,
...
...
@@ -132,8 +120,7 @@ export default {
"编辑"
),
h
(
"op"
,
{
"op"
,
{
props
:
{
type
:
"detail"
,
size
:
"small"
,
...
...
@@ -153,8 +140,7 @@ export default {
},
},
],
data
:
[
{
data
:
[{
name
:
"CR200J3001"
,
name1
:
"CR200J"
,
startTime
:
"2017-02-05"
,
...
...
@@ -231,18 +217,18 @@ export default {
title
:
"删除"
,
content
:
"<p>您确定删除此信息?</p>"
,
onOk
:
()
=>
{
this
.
$Message
.
info
(
"Clicked ok
"
);
this
.
$Message
.
info
(
"操作成功
"
);
},
onCancel
:
()
=>
{
this
.
$Message
.
info
(
"Clicked cancel
"
);
this
.
$Message
.
info
(
"取消操作
"
);
},
});
},
ok
()
{
this
.
$Message
.
info
(
"Clicked ok
"
);
this
.
$Message
.
info
(
"操作成功
"
);
},
cancel
()
{
this
.
$Message
.
info
(
"Clicked cancel
"
);
this
.
$Message
.
info
(
"取消操作
"
);
},
},
};
...
...
@@ -251,9 +237,11 @@ export default {
<
style
lang=
"less"
>
.train {
padding-top: 10px;
.ivu-form-item-content {
float: left;
}
.page-v {
text-align: right;
margin-top: 10px;
...
...
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