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
829d79e6
authored
2024-01-26 16:17:21 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:代办
1 parent
d52c511a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/views/registerBook/components/djbDetail.vue
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/ybx/ybxdata.js
src/views/registerBook/components/djbDetail.vue
View file @
829d79e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-2
5 15:06:08
* @LastEditTime: 2024-01-2
6 16:13:12
-->
<
template
>
<div
class=
"tableBox"
>
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
829d79e
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-09-25 10:58:15
* @LastEditTime: 202
4-01-26 16:16:51
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -60,7 +60,7 @@ class data extends filter {
{
label
:
'业务号'
,
align
:
'center'
,
minWidth
:
'10
0'
,
width
:
'11
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
this
.
joinItem
(
scope
.
row
.
ywh
)}
<
/el-link
>
...
...
src/views/ywbl/ybx/ybxdata.js
View file @
829d79e
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-10-11 10:52:08
* @LastEditTime: 202
4-01-26 16:16:24
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -54,7 +54,7 @@ class data extends filter {
},
{
label
:
"业务号"
,
width
:
'1
0
0'
,
width
:
'1
1
0'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
link
type
=
"primary"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
this
.
joinItem
(
scope
.
row
.
ywh
)}
<
/el-link
>
}
...
...
Please
register
or
sign in
to post a comment