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
625514ad
authored
2022-10-17 14:24:57 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人信息
1 parent
e7cc0c80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
src/views/workflow/components/InformationTable.vue
src/views/workflow/components/InformationTable.vue
View file @
625514a
...
...
@@ -2,7 +2,7 @@
<div>
<lb-table
:column=
"column"
:maxHeight=
"300"
heightNumSetting
:pagination=
"false"
:data=
"tableData"
>
</lb-table>
<addQlr
v-model=
"dialog"
/>
<addQlr
v-model=
"dialog"
:details=
"details"
/>
</div>
</
template
>
<
script
>
...
...
@@ -28,6 +28,7 @@ export default {
data
()
{
return
{
dialog
:
false
,
details
:
{},
InformationTable
:
[
{
width
:
'50'
,
...
...
@@ -100,6 +101,15 @@ export default {
},
deep
:
true
},
'$route.query.bsmSlsq'
:
{
handler
(
newValue
,
oldValue
)
{
// 获取列表数据
// this.details =
},
deep
:
true
},
gyfs
:
{
handler
(
newVal
,
oldValue
)
{
let
dataList
=
_
.
cloneDeep
(
this
.
InformationTable
)
...
...
@@ -120,6 +130,10 @@ export default {
}
},
methods
:
{
// 获取列表数据
getList
()
{
},
// 添加
handleAdd
()
{
this
.
dialog
=
true
...
...
Please
register
or
sign in
to post a comment