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
90512ab7
authored
2021-01-20 14:50:36 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
面积分摊表样式修改
1 parent
81a35934
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
44 deletions
src/views/zd/mjftb/index.vue
src/views/zd/mjftb/index.vue
View file @
90512ab
<
template
>
<div
class=
"main"
ref=
"mainBox"
>
<table
border=
"1"
>
<tr>
<th
colspan=
"2"
>
土地坐落
</th>
<t
h
colspan=
"3"
><el-input
v-model=
"tdzl"
disabled
></el-input></th
>
<tr>
<th
colspan=
"2"
>
宗地代码
</th>
<t
d
colspan=
"3"
disabled
>
{{
zddm
}}
</td
>
</tr>
<tr>
<th
colspan=
"2"
>
宗地代码
</th>
<td
colspan=
"3"
>
<el-input
v-model=
"zddm "
disabled
></el-input>
</td>
<th
colspan=
"2"
>
土地坐落
</th>
<td
colspan=
"3"
>
{{
tdzl
}}
</td>
</tr>
<tr>
<th
colspan=
"2"
>
宗地面积(㎡)
</th>
<th>
<el-input
v-model=
"zdmj"
disabled
/></th>
<th>
定着物数量
</th>
<td
class=
"dzwsl"
>
{{
dzwdsl
}}
</td>
<th
colspan=
"2"
style=
"width:25%"
>
宗地面积(㎡)
</th>
<td
style=
"width:25%"
>
{{
zdmj
}}
</td>
<th
style=
"width:25%"
>
定着物数量
</th>
<td
style=
"width:25%"
class=
"dzwsl"
>
{{
dzwdsl
}}
</td>
</tr>
<tr>
<th
colspan=
"2"
>
备注
</th>
<td
colspan=
"3"
><el-input
v-model=
"mjftData.bz"
:disabled=
"isDisabled"
></el-input></td>
</tr>
</table>
<table
border=
"1"
>
<tr>
<td
class=
"cz"
><el-button
type=
"primary"
...
...
@@ -30,10 +28,10 @@
:disabled=
"isDisabled"
>
+
</el-button
></td>
<th
class=
"dzwdm"
>
定着物代码
</th>
<th
class=
"syqmj"
>
土地所有权/使用权面积(㎡)
</th>
<th
class=
"dytdmj"
>
独有独用土地面积(㎡)
</th>
<th
class=
"fttjmj"
>
分摊土地面积(㎡)
</th>
<th
>
定着物代码
</th>
<th
>
土地所有权/使用权面积(㎡)
</th>
<th
>
独有独用土地面积(㎡)
</th>
<th
>
分摊土地面积(㎡)
</th>
</tr>
<tr
v-for=
"(item,i) in mjftData.list"
:key=
"i"
>
<td
class=
"cz"
>
...
...
@@ -288,37 +286,9 @@
}
}
}
.pers
{
text-align
:
center
;
margin-top
:
10px
;
}
.pers
.el-button
{
width
:
150px
;
}
.dzwsl
{
width
:
200px
;
}
.cz
{
width
:
50px
;
}
.dzwdm
,
.syqmj
,
.dytdmj
,
.fttjmj
{
width
:
150px
;
}
/* .syqmj {
width: 150px;
}
.dytdmj {
width: 150px;
}
.fttjmj {
width: 150px;
}*/
</
style
>
...
...
Please
register
or
sign in
to post a comment