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
794f43d5
authored
2023-08-28 13:43:50 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
8d51fe0b
e5118d7f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/dbx/dbx.vue
View file @
794f43d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 15:07:51
* @LastEditTime: 2023-08-2
8 09:56:03
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -349,4 +349,16 @@
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
/
deep
/
.back
{
display
:
inline-block
;
font-size
:
14px
;
width
:
20px
;
height
:
20px
;
border-radius
:
10px
;
line-height
:
20px
;
margin-right
:
4px
;
text-align
:
center
;
background-color
:
rgba
(
171
,
12
,
12
,
0.1
);
color
:
#B44747
;
}
</
style
>
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
794f43d
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 15:06:21
* @LastEditTime: 2023-08-2
8 09:01:00
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -48,7 +48,14 @@ class data extends filter {
{
prop
:
"zbhj"
,
label
:
"在办环节"
,
width
:
'80'
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
stepnum
>
1
)
{
return
<
span
><
span
class
=
"back"
>
退
<
/span>{scope.row.zbhj}</
span
>
}
else
{
return
<
span
>
{
scope
.
row
.
zbhj
}
<
/span
>
}
}
},
{
label
:
'业务号'
,
...
...
Please
register
or
sign in
to post a comment