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
b6ef8df1
authored
2023-06-21 14:52:03 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style: 登记簿查询
1 parent
c2aa2e3e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/utils/operation.js
src/views/zhcx/djbcx/djbcxdata.js
src/utils/operation.js
View file @
b6ef8df
...
...
@@ -120,7 +120,7 @@ export function down (index, data) {
*/
export
function
getIdCardInfo
(
level
)
{
const
resultMap
=
{
A
:
'
10 颗星
'
,
A
:
'
设备
'
,
default
:
axios
.
post
(
Vue
.
prototype
.
BASE_API
.
IDCARDURL
),
}
return
resultMap
[
level
]
||
resultMap
.
default
...
...
src/views/zhcx/djbcx/djbcxdata.js
View file @
b6ef8df
...
...
@@ -94,10 +94,12 @@ class data extends filter {
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
minWidth
:
'150'
,
},
{
prop
:
"ywrmc"
,
label
:
"义务人"
,
minWidth
:
'150'
,
},
{
prop
:
"mjmc"
,
...
...
@@ -127,6 +129,7 @@ class data extends filter {
{
label
:
'操作'
,
width
:
'130'
,
fixed
:
"right"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
Please
register
or
sign in
to post a comment