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
b817299f
authored
2023-06-20 09:04:44 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1111
1 parent
89e6e781
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
src/api/selectQlxx.js
src/views/ywbl/ywsq/javascript/selectDjbbl.js
src/api/selectQlxx.js
View file @
b817299
...
...
@@ -73,7 +73,7 @@ export function choiceBdcdy (data) {
*/
export
function
selectRepairQlxx
(
data
)
{
return
request
({
url
:
'
ywbl/ywsq/selectRepairQlxx'
,
url
:
SERVER
.
SERVERAPI
+
'/rest/
ywbl/ywsq/selectRepairQlxx'
,
method
:
'post'
,
data
})
...
...
src/views/ywbl/ywsq/javascript/selectDjbbl.js
View file @
b817299
...
...
@@ -28,6 +28,19 @@ class data extends filter {
}
},
{
prop
:
"status"
,
label
:
"状态"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{
/* <a v-on:click="doSomething"></a> */
}
<
a
style
=
'color:#3498db;'
v
-
show
=
{
scope
.
row
.
djblzt
==
1
}
>
正在办理
<
/a
>
<
span
v
-
show
=
{
scope
.
row
.
sfbl
==
1
}
>
,
正在补录
<
/span>
<
/div
>
)
}
},
{
label
:
"权属状态"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
...
...
@@ -55,10 +68,7 @@ class data extends filter {
)
}
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
...
...
Please
register
or
sign in
to post a comment