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
1eb09466
Commit
1eb09466
authored
Aug 20, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
f6fd91ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
add.vue
pages/import/add.vue
+12
-1
No files found.
pages/import/add.vue
View file @
1eb09466
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</Col>
</Col>
<Col
:span=
"24"
>
<Col
:span=
"24"
>
<FormItem
:label=
"l('file')"
prop=
"file"
>
<FormItem
:label=
"l('file')"
prop=
"file"
>
<
Input
v-model=
"entity.file"
type=
"textarea"
:rows=
"5"
></Input
>
<
files
ref=
"refFile"
:parms=
"parms"
files
/
>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"24"
>
<Col
:span=
"24"
>
...
@@ -31,6 +31,12 @@ export default {
...
@@ -31,6 +31,12 @@ export default {
data
()
{
data
()
{
return
{
return
{
disabled
:
false
,
disabled
:
false
,
parms
:
{
app
:
'import'
,
eid
:
this
.
$u
.
guid
(),
name
:
''
,
field
:
''
},
entity
:
{
entity
:
{
name
:
""
,
name
:
""
,
file
:
""
,
file
:
""
,
...
@@ -81,6 +87,11 @@ export default {
...
@@ -81,6 +87,11 @@ export default {
this
.
entity
=
r
.
result
;
this
.
entity
=
r
.
result
;
this
.
entity
.
id
=
0
;
this
.
entity
.
id
=
0
;
});
});
},
getEid
()
{
this
.
parms
.
eid
=
this
.
$u
.
guid
()
this
.
parms
.
app
=
'import'
this
.
$refs
.
refFile
.
intFiles
()
},
},
l
(
key
)
{
l
(
key
)
{
key
=
"import_center"
+
"."
+
key
;
key
=
"import_center"
+
"."
+
key
;
...
...
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