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
421677be
authored
2024-01-18 14:23:06 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
5670b2f7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
src/views/djbworkflow/components/qlrCommonTable.vue
src/views/djbworkflow/components/ywrCommonTable.vue
src/views/djbworkflow/components/qlrCommonTable.vue
View file @
421677b
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-15 09:36:45
* @LastEditTime: 202
4-01-18 14:22:06
-->
<
template
>
<div>
...
...
@@ -10,7 +10,7 @@
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"
15
0"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
...
...
@@ -247,6 +247,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
);
this
.
$emit
(
"upDateQlrxxList"
,
this
.
tableDataList
);
this
.
key
++
},
/**
* @description: 身份证读取
...
...
src/views/djbworkflow/components/ywrCommonTable.vue
View file @
421677b
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-12-15 09:37:47
* @LastEditTime: 202
4-01-18 14:22:11
-->
<
template
>
<div>
...
...
@@ -10,7 +10,7 @@
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"
15
0"
:minHeight=
"0"
:data=
"tableDataList"
>
</lb-table>
<addYwr
...
...
@@ -246,6 +246,7 @@
deleClick
(
index
,
row
)
{
this
.
tableDataList
.
splice
(
index
,
1
);
this
.
$emit
(
"upDateQlrxxList"
,
this
.
tableDataList
);
this
.
key
++
},
/**
...
...
Please
register
or
sign in
to post a comment