Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4b8afd4d
authored
2022-08-24 10:29:35 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
cda0ea5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
18 deletions
src/views/ywbl/fqsq/components/InformationTable.vue
src/views/ywbl/fqsq/components/InformationTable.vue
View file @
4b8afd4
...
...
@@ -6,7 +6,19 @@
</div>
</
template
>
<
script
>
let
column
=
[
export
default
{
/**注册组件*/
components
:
{},
data
()
{
return
{
key
:
0
,
tableData
:[{
xm
:
'12'
,
zjzl
:
'32'
,
zjh
:
'123'
,
fr
:
"213123"
,
}],
InformationTable
:[
{
width
:
'60'
,
renderHeader
:
(
h
,
scope
)
=>
{
...
...
@@ -51,19 +63,6 @@
}
}
]
export
default
{
/**注册组件*/
components
:
{},
data
()
{
return
{
key
:
0
,
tableData
:[{
xm
:
'12'
,
zjzl
:
'32'
,
zjh
:
'123'
,
fr
:
"213123"
,
}],
InformationTable
:
column
};
},
watch
:
{
...
...
@@ -80,10 +79,10 @@ export default {
handleAdd
()
{
this
.
tableData
.
push
(
{
xm
:
''
,
zjzl
:
''
,
zjh
:
''
,
fr
:
""
,
xm
:
'
22
'
,
zjzl
:
'
33
'
,
zjh
:
'
44
'
,
fr
:
"
55
"
,
}
)
this
.
key
++
...
...
Please
register
or
sign in
to post a comment