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
17e790ae
authored
2022-12-01 15:46:10 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
123
1 parent
754de92e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/components/personInfoTable.vue → src/views/sqcx/jtfc/components/personInfoTable.vue
src/views/workflow/components/InformationTable.vue
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
17e790a
...
...
@@ -45,7 +45,7 @@
</
template
>
<
script
>
import
personInfoTable
from
'
@/views/components
/personInfoTable'
import
personInfoTable
from
'
.
/personInfoTable'
import
{
addJtfcCxjgXx
}
from
'@/api/sqcx'
import
{
datas
,
sendThis
}
from
"./addjtfcdata"
;
...
...
src/views/components/personInfoTable.vue
→
src/views/
sqcx/jtfc/
components/personInfoTable.vue
View file @
17e790a
...
...
@@ -42,7 +42,7 @@ export default {
},
{
width
:
'150'
,
label
:
'身份证读卡器'
,
label
:
'身份证读卡器
1
'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
src/views/workflow/components/InformationTable.vue
View file @
17e790a
...
...
@@ -55,7 +55,7 @@ export default {
}
},
{
label
:
'身份证读卡器'
,
label
:
'身份证读卡器
2
'
,
align
:
'center'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
icon
=
"el-icon-tickets"
onClick
=
{()
=>
{
this
.
readClick
(
scope
)
}}
>
读取
<
/el-button
>
...
...
Please
register
or
sign in
to post a comment