Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
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
JIRA
JIRA
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
HireTest
VueElementTemplate
Commits
fb83d573
Commit
fb83d573
authored
7 years ago
by
杨柠瑞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coidng
parent
b5b872a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
HmComplexTable.vue
src/views/haomo/components/tables/HmComplexTable.vue
+18
-18
No files found.
src/views/haomo/components/tables/HmComplexTable.vue
View file @
fb83d573
...
...
@@ -144,9 +144,9 @@
:tableId=
"HmComplexForm.tableId"
:tips=
"HmComplexForm.formTips"
:formStyle=
"HmComplexForm.formStyle"
:refers=
"formRefers"
:foreignFormFields=
"foreignFormFields"
:relates=
"formRelates"
>
:refers=
"
HmComplexForm.
formRefers"
:foreignFormFields=
"
HmComplexForm.
foreignFormFields"
:relates=
"
HmComplexForm.
formRelates"
>
</hm-complex-form>
</el-dialog>
...
...
@@ -632,11 +632,11 @@
self
.
HmComplexForm
.
showUserColumns
=
self
.
options
.
editData
.
showUserColumns
self
.
HmComplexForm
.
formSchema
=
self
.
options
.
editData
.
formSchema
self
.
HmComplexForm
.
layout
=
self
.
options
.
editData
.
layout
self
.
HmComplexForm
.
formTips
=
self
.
options
.
editData
.
tips
self
.
HmComplexForm
.
formStyle
=
self
.
options
.
editData
.
formStyle
self
.
HmComplexForm
.
formRefers
=
self
.
options
.
editData
.
formRefers
self
.
HmComplexForm
.
foreignFormFields
=
self
.
options
.
editData
.
foreignFormFields
self
.
HmComplexForm
.
formRelates
=
self
.
options
.
editData
.
formRelates
self
.
options
.
editData
.
tips
?
self
.
HmComplexForm
.
formTips
=
self
.
options
.
editData
.
tips
:
''
self
.
options
.
editData
.
formStyle
?
self
.
HmComplexForm
.
formStyle
=
self
.
options
.
editData
.
formStyle
:
''
self
.
options
.
editData
.
formRefers
?
self
.
HmComplexForm
.
formRefers
=
self
.
options
.
editData
.
formRefers
:
''
self
.
options
.
editData
.
foreignFormFields
?
self
.
HmComplexForm
.
foreignFormFields
=
self
.
options
.
editData
.
foreignFormFields
:
''
self
.
options
.
editData
.
formRelates
?
self
.
HmComplexForm
.
formRelates
=
self
.
options
.
editData
.
formRelates
:
''
}
if
(
type
===
'newData'
)
{
self
.
dialogName
=
'新建'
...
...
@@ -646,11 +646,11 @@
self
.
HmComplexForm
.
showUserColumns
=
self
.
options
.
newData
.
showUserColumns
self
.
HmComplexForm
.
formSchema
=
self
.
options
.
newData
.
formSchema
self
.
HmComplexForm
.
layout
=
self
.
options
.
newData
.
layout
self
.
HmComplexForm
.
formTips
=
self
.
options
.
newData
.
tips
self
.
HmComplexForm
.
formStyle
=
self
.
options
.
newData
.
formStyle
self
.
HmComplexForm
.
formRefers
=
self
.
options
.
newData
.
formRefers
self
.
HmComplexForm
.
foreignFormFields
=
self
.
options
.
newData
.
foreignFormFields
self
.
HmComplexForm
.
formRelates
=
self
.
options
.
newData
.
formRelates
self
.
options
.
newData
.
tips
?
self
.
HmComplexForm
.
formTips
=
self
.
options
.
newData
.
tips
:
''
self
.
options
.
newData
.
formStyle
?
self
.
HmComplexForm
.
formStyle
=
self
.
options
.
newData
.
formStyle
:
''
self
.
options
.
newData
.
formRefers
?
self
.
HmComplexForm
.
formRefers
=
self
.
options
.
newData
.
formRefers
:
''
self
.
options
.
newData
.
foreignFormFields
?
self
.
HmComplexForm
.
foreignFormFields
=
self
.
options
.
newData
.
foreignFormFields
:
''
self
.
options
.
newData
.
formRelates
?
self
.
HmComplexForm
.
formRelates
=
self
.
options
.
newData
.
formRelates
:
''
}
if
(
type
===
'detail'
)
{
self
.
dialogName
=
'详情'
...
...
@@ -661,11 +661,11 @@
self
.
HmComplexForm
.
showUserColumns
=
self
.
options
.
showDetail
.
showUserColumns
self
.
HmComplexForm
.
formSchema
=
self
.
options
.
showDetail
.
formSchema
self
.
HmComplexForm
.
layout
=
self
.
options
.
showDetail
.
layout
self
.
HmComplexForm
.
formTips
=
self
.
options
.
showDetail
.
tips
self
.
HmComplexForm
.
formStyle
=
self
.
options
.
showDetail
.
formStyle
self
.
HmComplexForm
.
formRefers
=
self
.
options
.
showDetail
.
formRefers
self
.
HmComplexForm
.
foreignFormFields
=
self
.
options
.
showDetail
.
foreignFormFields
self
.
HmComplexForm
.
formRelates
=
self
.
options
.
showDetail
.
formRelates
self
.
options
.
showDetail
.
tips
?
self
.
HmComplexForm
.
formTips
=
self
.
options
.
showDetail
.
tips
:
''
self
.
options
.
showDetail
.
formStyle
?
self
.
HmComplexForm
.
formStyle
=
self
.
options
.
showDetail
.
formStyle
:
''
self
.
options
.
showDetail
.
formRefers
?
self
.
HmComplexForm
.
formRefers
=
self
.
options
.
showDetail
.
formRefers
:
''
self
.
options
.
showDetail
.
foreignFormFields
?
self
.
HmComplexForm
.
foreignFormFields
=
self
.
options
.
showDetail
.
foreignFormFields
:
''
self
.
options
.
showDetail
.
formRelates
?
self
.
HmComplexForm
.
formRelates
=
self
.
options
.
showDetail
.
formRelates
:
''
self
.
HmComplexForm
.
tableId
=
data
.
id
}
...
...
This diff is collapsed.
Click to expand it.
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