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
5009ee54
authored
2023-04-18 14:31:37 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请查询
1 parent
d4824ec6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
13 deletions
src/api/config.js
src/views/xtjk/cwrz/cwrzdata.js
src/views/zhcx/djbcx/djbcxdata.js
src/views/zhcx/zslqcx/zslqcx.js
src/api/config.js
View file @
5009ee5
/*
* @Description: api请求配置文件
* @Autor: renchao
* @LastEditTime: 2023-04-1
7 15:17:01
* @LastEditTime: 2023-04-1
8 14:14:07
*/
// export default {
// SERVERAPI: 'service-bdcdj-th'
// }
export
default
{
SERVERAPI
:
'
service-bdcdj-th'
// 38服务器地址
SERVERAPI
:
'
/bdcdj'
}
\ No newline at end of file
...
...
src/views/xtjk/cwrz/cwrzdata.js
View file @
5009ee5
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-1
3 10:22:16
* @LastEditTime: 2023-04-1
8 14:28:42
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -30,12 +30,12 @@ class data extends filter {
{
prop
:
"ywlx"
,
label
:
"业务类型"
,
width
:
'
10
0'
width
:
'
9
0'
},
{
prop
:
"cwdm"
,
label
:
"错误代码"
,
width
:
'
10
0'
width
:
'
8
0'
},
{
prop
:
"apiUri"
,
...
...
@@ -45,6 +45,7 @@ class data extends filter {
{
prop
:
"crcs"
,
label
:
"传入参数"
,
minWidth
:
'200'
,
render
:
(
h
,
scope
)
=>
{
return
<
div
class
=
"item-cwnr"
>
{
scope
.
row
.
crcs
}
<
/div
>
}
...
...
@@ -52,13 +53,14 @@ class data extends filter {
{
prop
:
"cwnr"
,
label
:
"错误内容"
,
minWidth
:
'160'
,
render
:
(
h
,
scope
)
=>
{
return
<
div
class
=
"item-cwnr"
>
{
scope
.
row
.
cwnr
}
<
/div
>
}
},
{
//prop: "cwdmwz",
label
:
"错误位置"
,
minWidth
:
'200'
,
render
:
(
h
,
scope
)
=>
{
return
<
div
class
=
"item-cwnr"
style
=
"white-space: pre-wrap;"
>
{
scope
.
row
.
cwdmwz
}
<
/div
>
}
...
...
@@ -71,11 +73,11 @@ class data extends filter {
{
prop
:
"createtime"
,
label
:
"报错时间"
,
width
:
'
20
0'
width
:
'
14
0'
},
{
label
:
'操作'
,
width
:
'
8
0'
,
width
:
'
7
0'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
vm
.
viewDetail
(
scope
.
row
)
}}
>
查看
<
/el-button
>
}
...
...
src/views/zhcx/djbcx/djbcxdata.js
View file @
5009ee5
...
...
@@ -67,10 +67,12 @@ class data extends filter {
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'150'
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
minWidth
:
'150'
},
{
prop
:
"qlrmc"
,
...
...
@@ -87,17 +89,17 @@ class data extends filter {
},
{
prop
:
"ytmc"
,
label
:
"用途"
label
:
"用途"
,
minWidth
:
'130'
},
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'150'
},
{
label
:
'操作'
,
width
:
'150'
,
align
:
'center'
,
fixed
:
'right'
,
width
:
'130'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
src/views/zhcx/zslqcx/zslqcx.js
View file @
5009ee5
...
...
@@ -39,6 +39,7 @@ class data extends filter {
},
{
label
:
"证书内容"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
@@ -54,6 +55,7 @@ class data extends filter {
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
minWidth
:
'110'
},
{
prop
:
"ysxlh"
,
...
...
@@ -66,6 +68,7 @@ class data extends filter {
{
prop
:
"fzsj"
,
label
:
"领取时间"
,
width
:
'140'
},
{
prop
:
"ywh"
,
...
...
@@ -73,7 +76,8 @@ class data extends filter {
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
label
:
"不动产单元号"
,
minWidth
:
'110'
},
{
prop
:
"zl"
,
...
...
Please
register
or
sign in
to post a comment