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
5670b2f7
authored
2024-01-18 14:21:43 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人义务人
1 parent
95c4fe6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/ywrCommonTable.vue
src/views/workflow/components/qlrCommonTable.vue
View file @
5670b2f
...
...
@@ -5,7 +5,7 @@
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"disabled"
@
updateDetail=
"handleupdateDetail"
/>
...
...
@@ -225,6 +225,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
)
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
this
.
key
++
},
/**
* @description: 身份证读取
...
...
src/views/workflow/components/ywrCommonTable.vue
View file @
5670b2f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-15 09:35:51
* @LastEditTime: 202
4-01-18 14:21:08
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"disabled"
@
updateDetail=
"handleupdateDetail"
/>
...
...
@@ -197,6 +197,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
)
this
.
$emit
(
'upDateQlrxxList'
,
this
.
tableDataList
)
this
.
key
++
},
/**
* @description: 身份证读取
...
...
Please
register
or
sign in
to post a comment