Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
e7e5581c
authored
2020-12-18 17:24:14 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
72d7e6a9
b628117e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
e7e5581
...
...
@@ -167,7 +167,7 @@
</td>
</tr>
<tr>
<t
d
colspan=
"10"
>
法人信息
</td
>
<t
h
colspan=
"10"
>
法人信息
</th
>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
>
法定代表人或负责人姓名
</td>
...
...
@@ -202,7 +202,7 @@
</td>
</tr>
<tr>
<t
d
colspan=
"10"
>
代理人信息
</td
>
<t
h
colspan=
"10"
>
代理人信息
</th
>
</tr>
<template
v-for=
"(item, index) in formData.dlrList"
>
<tr
:key=
"item.index"
>
...
...
@@ -251,7 +251,7 @@
</
template
>
<tr>
<t
d
colspan=
"10"
>
权利信息
</td
>
<t
h
colspan=
"10"
>
权利信息
</th
>
</tr>
<tr>
<td
colspan=
"2"
class=
"tdright"
>
共有方式
</td>
...
...
@@ -672,6 +672,7 @@
height
:
500px
;
overflow-y
:
scroll
;
}
.zdjbxxTable
{
margin
:
10px
0
;
background-color
:
#fff
;
...
...
@@ -701,12 +702,11 @@
th
{
height
:
36px
;
line-height
:
36px
;
font-size
:
16px
;
}
td
{
text-align
:
center
;
text-align
:
right
;
height
:
36px
;
padding
:
0
;
padding
-right
:
10px
;
}
/
deep
/
.el-input__inner
{
margin
:
0
;
...
...
Please
register
or
sign in
to post a comment