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
6f7d8243
authored
2022-11-15 15:34:31 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:申请查询
1 parent
cc00ad28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/views/sqcx/dydjb/dydjbdata.js
src/views/sqcx/sqcxjl/sqcxjldata.js
src/views/sqcx/dydjb/dydjbdata.js
View file @
6f7d824
...
...
@@ -61,6 +61,7 @@ class data extends filter {
},
{
label
:
"操作"
,
width
:
100
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
icon
=
'el-icon-view'
onClick
=
{()
=>
{
vm
.
dydjbClick
(
scope
)
}}
>
打印登记薄
<
/el-button
>
}
...
...
src/views/sqcx/sqcxjl/sqcxjldata.js
View file @
6f7d824
...
...
@@ -65,6 +65,7 @@ class data extends filter {
},
{
label
:
"操作"
,
width
:
80
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
icon
=
'el-icon-view'
onClick
=
{()
=>
{
vm
.
handleViewClick
(
scope
)
}}
>
查看
<
/el-button
>
}
...
...
Please
register
or
sign in
to post a comment