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
0ed6f130
authored
4 years ago
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style(hb):修改合并表格样式
1 parent
2e2c3b13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
77 additions
and
70 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/hb/index.vue
src/views/panel/change/fg/index.vue
View file @
0ed6f13
...
...
@@ -7,41 +7,41 @@
<div
class=
"table"
>
<span
class=
"tips"
>
分割前宗地信息
</span>
<table
border=
"1"
>
<tr>
<th
class=
"xh"
>
序号
</th>
<th
class=
"zddm"
>
宗地代码
</th>
<th
class=
"bdcdyh"
>
不动产单元号
</th>
<th
class=
"xmmc"
>
项目名称
</th>
<th
class=
"bdcqzh"
>
不动产权证号
</th>
<th
class=
"qlr"
>
权利人
</th>
<th
class=
"zl"
>
坐落
</th>
</tr>
<tr
v-if=
"Object.keys(bgqData)==0"
>
<td
colspan=
"7"
>
<span
class=
"noData"
>
暂无数据
</span>
</td>
</tr>
<tr
v-else
>
<td
class=
"xh"
>
1
</td>
<td
class=
"zddm"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.zddm"
readonly=
"readonly"
/>
</td>
<td
class=
"bdcdyh"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.bdcdyh"
readonly=
"readonly"
/>
</td>
<td
class=
"xmmc"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.xmmc"
readonly=
"readonly"
/>
</td>
<td
class=
"bdcqzh"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.bdcqzh"
readonly=
"readonly"
/>
</td>
<td
class=
"qlr"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.qlr"
readonly=
"readonly"
/>
</td>
<td
class=
"zl"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.zl"
readonly=
"readonly"
/></td>
</tr>
</table>
<tr>
<th
class=
"xh"
>
序号
</th>
<th
class=
"zddm"
>
宗地代码
</th>
<th
class=
"bdcdyh"
>
不动产单元号
</th>
<th
class=
"xmmc"
>
项目名称
</th>
<th
class=
"bdcqzh"
>
不动产权证号
</th>
<th
class=
"qlr"
>
权利人
</th>
<th
class=
"zl"
>
坐落
</th>
</tr>
<tr
v-if=
"Object.keys(bgqData)==0"
>
<td
colspan=
"7"
>
<span
class=
"noData"
>
暂无数据
</span>
</td>
</tr>
<tr
v-else
>
<td
class=
"xh"
>
1
</td>
<td
class=
"zddm"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.zddm"
readonly=
"readonly"
/>
</td>
<td
class=
"bdcdyh"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.bdcdyh"
readonly=
"readonly"
/>
</td>
<td
class=
"xmmc"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.xmmc"
readonly=
"readonly"
/>
</td>
<td
class=
"bdcqzh"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.bdcqzh"
readonly=
"readonly"
/>
</td>
<td
class=
"qlr"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.qlr"
readonly=
"readonly"
/>
</td>
<td
class=
"zl"
><input
type=
"text"
class=
"formInput"
v-model=
"bgqData.zl"
readonly=
"readonly"
/></td>
</tr>
</table>
</div>
<div
class=
"fgh"
>
<span
class=
"tips"
>
分割后宗地信息
</span>
...
...
@@ -59,10 +59,11 @@
<tr
v-for=
"(item,index) in fghData.newZdlist"
:key=
"index"
>
<td
class=
"cz"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
>
</td>
<td
class=
"xzq"
>
...
...
@@ -124,12 +125,15 @@
</td>
</tr>
<tr>
<td><el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"addRow"
>
+
</el-button
></td>
<td>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"addRow"
>
+
</el-button
>
</td>
<td></td>
<td></td>
<td></td>
...
...
@@ -247,10 +251,11 @@
<tr
v-for=
"(item,index) in fghData.newZdlist"
:key=
"index"
>
<td
class=
"cz"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
>
</td>
<td
class=
"xzq"
>
...
...
@@ -312,7 +317,14 @@
</td>
</tr>
<tr>
<td
@
click=
"addRow"
>
+
</td>
<td>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"addRow"
>
+
</el-button>
</td>
<td></td>
<td></td>
<td></td>
...
...
@@ -428,13 +440,14 @@
<th
class=
"zxx"
>
幢信息
</th>
</tr>
<tr
v-for=
"(item,index) in fghData.newZdlist"
:key=
"index"
>
<td
class=
"cz"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"delRow(index)"
>
-
</el-button
>
</td>
<td
class=
"xzq"
>
...
...
@@ -496,7 +509,14 @@
</td>
</tr>
<tr>
<td
@
click=
"addRow"
>
+
</td>
<td>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"addRow"
>
+
</el-button>
</td>
<td></td>
<td></td>
<td></td>
...
...
@@ -558,19 +578,6 @@
</el-tab-pane>
</el-tabs>
</div>
<!--
<div
class=
"lpb"
>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"编辑楼盘"
name=
"edit"
>
<bjlp></bjlp>
</el-tab-pane>
<el-tab-pane
label=
"预览楼盘"
name=
"preview"
>
<yllp></yllp>
</el-tab-pane>
<el-tab-pane
label=
"详细信息"
name=
"detail"
>
<xxxx></xxxx>
</el-tab-pane>
</el-tabs>
</div>
-->
</
template
>
<
script
>
...
...
@@ -991,7 +998,7 @@
width
:
100px
;
}
.xzq
,
.djq
,
djzq
{
.xzq
,
.djq
,
.
djzq
{
width
:
150px
;
}
</
style
>
...
...
This diff is collapsed.
Click to expand it.
src/views/panel/change/hb/index.vue
View file @
0ed6f13
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment