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
4e09c433
Commit
4e09c433
authored
Apr 30, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
details
parent
a08f48a0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
expand.vue
pages/technology/details/expand.vue
+2
-2
add.vue
pages/technology/details/routingStep/add.vue
+2
-2
edit.vue
pages/technology/details/routingStep/edit.vue
+2
-2
No files found.
pages/technology/details/expand.vue
View file @
4e09c433
...
@@ -53,7 +53,7 @@ export default {
...
@@ -53,7 +53,7 @@ export default {
key
:
"stepSeq"
,
key
:
"stepSeq"
,
title
:
this
.
l
(
"stepSeq"
),
title
:
this
.
l
(
"stepSeq"
),
align
:
"left"
,
align
:
"left"
,
width
:
1
5
0
,
width
:
1
0
0
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
"div"
,
{
style
:
"padding-left:10px"
},
params
.
row
.
stepSeq
);
return
h
(
"div"
,
{
style
:
"padding-left:10px"
},
params
.
row
.
stepSeq
);
}
}
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
{
{
key
:
"creationTime"
,
key
:
"creationTime"
,
title
:
this
.
l
(
"creationTime"
),
title
:
this
.
l
(
"creationTime"
),
align
:
"
left
"
,
align
:
"
center
"
,
width
:
200
width
:
200
},
},
{
{
...
...
pages/technology/details/routingStep/add.vue
View file @
4e09c433
...
@@ -14,12 +14,12 @@
...
@@ -14,12 +14,12 @@
<Col
:span=
"12"
>
<Col
:span=
"12"
>
<FormItem
:label=
"l('stepSeq')"
prop=
"stepSeq"
>
<FormItem
:label=
"l('stepSeq')"
prop=
"stepSeq"
>
<!--
<InputNumber
v-model=
"entity.stepSeq"
></InputNumber>
-->
<!--
<InputNumber
v-model=
"entity.stepSeq"
></InputNumber>
-->
<Input
style=
"width:300px"
v-model=
"entity.stepSeq"
></Input
>
<Input
Number
v-model=
"entity.stepSeq"
></InputNumber
>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"12"
>
<Col
:span=
"12"
>
<FormItem
:label=
"l('name')"
prop=
"name"
>
<FormItem
:label=
"l('name')"
prop=
"name"
>
<Input
style=
"width:350px"
v-model=
"entity.name"
></Input>
<Input
v-model=
"entity.name"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"24"
>
<Col
:span=
"24"
>
...
...
pages/technology/details/routingStep/edit.vue
View file @
4e09c433
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<Col
:span=
"12"
>
<Col
:span=
"12"
>
<FormItem
:label=
"l('stepSeq')"
prop=
"stepSeq"
>
<FormItem
:label=
"l('stepSeq')"
prop=
"stepSeq"
>
<!--
<InputNumber
v-model=
"entity.stepSeq"
></InputNumber>
-->
<!--
<InputNumber
v-model=
"entity.stepSeq"
></InputNumber>
-->
<Input
style=
"width:300px"
v-model=
"entity.stepSeq"
></Input
>
<Input
Number
v-model=
"entity.stepSeq"
></InputNumber
>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"12"
>
<Col
:span=
"12"
>
<FormItem
:label=
"l('name')"
prop=
"name"
>
<FormItem
:label=
"l('name')"
prop=
"name"
>
<Input
style=
"width:350px"
v-model=
"entity.name"
></Input>
<Input
v-model=
"entity.name"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"24"
>
<Col
:span=
"24"
>
...
...
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