添加,更正,范围属性变更,重新落宗,综合查询页面表格操作列调整
Showing
6 changed files
with
81 additions
and
51 deletions
| ... | @@ -243,3 +243,9 @@ ol, ul { list-style:none; } | ... | @@ -243,3 +243,9 @@ ol, ul { list-style:none; } |
| 243 | .creat:hover:focus{ | 243 | .creat:hover:focus{ |
| 244 | opacity: .8!important; | 244 | opacity: .8!important; |
| 245 | } | 245 | } |
| 246 | .iconfontEdit{ | ||
| 247 | cursor: pointer; | ||
| 248 | } | ||
| 249 | .iconfontEdit:hover{ | ||
| 250 | color: rgb(0, 108, 255); | ||
| 251 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -9,15 +9,6 @@ | ... | @@ -9,15 +9,6 @@ |
| 9 | > | 9 | > |
| 10 | <el-table-column type="index" width="80" align="center" label="序号"> | 10 | <el-table-column type="index" width="80" align="center" label="序号"> |
| 11 | </el-table-column> | 11 | </el-table-column> |
| 12 | <el-table-column label="操作" width="100"> | ||
| 13 | <template slot-scope="scope"> | ||
| 14 | <el-button @click="handleClick(scope.row)" type="text" size="small" | ||
| 15 | >办理 | ||
| 16 | </el-button | ||
| 17 | > | ||
| 18 | <el-button type="text" size="small">定位</el-button> | ||
| 19 | </template> | ||
| 20 | </el-table-column> | ||
| 21 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> | 12 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> |
| 22 | </el-table-column> | 13 | </el-table-column> |
| 23 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> | 14 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> |
| ... | @@ -37,7 +28,17 @@ | ... | @@ -37,7 +28,17 @@ |
| 37 | {{scope.row.addtime | timeFilter}} | 28 | {{scope.row.addtime | timeFilter}} |
| 38 | </template> | 29 | </template> |
| 39 | </el-table-column> | 30 | </el-table-column> |
| 40 | <el-table-column prop="cjr" align="left" width="120" label="创建人"> | 31 | <!-- <el-table-column prop="cjr" align="left" width="120" label="创建人"> |
| 32 | </el-table-column> --> | ||
| 33 | <el-table-column label="操作" align="center" width="100"> | ||
| 34 | <template slot-scope="scope"> | ||
| 35 | <el-tooltip class="item" effect="light" content="办理" placement="top"> | ||
| 36 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> | ||
| 37 | </el-tooltip> | ||
| 38 | <el-tooltip class="item" effect="light" content="定位" placement="top"> | ||
| 39 | <i class="iconfont icondingwei iconfontEdit"></i> | ||
| 40 | </el-tooltip> | ||
| 41 | </template> | ||
| 41 | </el-table-column> | 42 | </el-table-column> |
| 42 | </el-table> | 43 | </el-table> |
| 43 | <div class="pagination"> | 44 | <div class="pagination"> |
| ... | @@ -61,7 +62,7 @@ | ... | @@ -61,7 +62,7 @@ |
| 61 | return { | 62 | return { |
| 62 | total: 0, | 63 | total: 0, |
| 63 | pageNo: 1, | 64 | pageNo: 1, |
| 64 | pageSize: 10, | 65 | pageSize: 15, |
| 65 | qszt: ['1', '2'], | 66 | qszt: ['1', '2'], |
| 66 | queryData: {}, | 67 | queryData: {}, |
| 67 | formData: { | 68 | formData: { | ... | ... |
| ... | @@ -64,13 +64,6 @@ | ... | @@ -64,13 +64,6 @@ |
| 64 | <td class="zl">坐落</td> | 64 | <td class="zl">坐落</td> |
| 65 | <el-table-column type="index" width="80" align="center" label="序号"> | 65 | <el-table-column type="index" width="80" align="center" label="序号"> |
| 66 | </el-table-column> | 66 | </el-table-column> |
| 67 | <el-table-column label="操作" width="100"> | ||
| 68 | <template slot-scope="scope"> | ||
| 69 | <el-button @click="xzzrz(scope.row)" type="text" size="small" | ||
| 70 | >选择 | ||
| 71 | </el-button> | ||
| 72 | </template> | ||
| 73 | </el-table-column> | ||
| 74 | <el-table-column prop="zddm" align="left" label="宗地代码"> | 67 | <el-table-column prop="zddm" align="left" label="宗地代码"> |
| 75 | </el-table-column> | 68 | </el-table-column> |
| 76 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> | 69 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> |
| ... | @@ -82,6 +75,16 @@ | ... | @@ -82,6 +75,16 @@ |
| 82 | <el-table-column prop="qlrmc" align="left" width="120" label="权利人"> | 75 | <el-table-column prop="qlrmc" align="left" width="120" label="权利人"> |
| 83 | </el-table-column> | 76 | </el-table-column> |
| 84 | <el-table-column prop="zl" align="left" label="坐落"></el-table-column> | 77 | <el-table-column prop="zl" align="left" label="坐落"></el-table-column> |
| 78 | <el-table-column label="操作" align="center" width="100"> | ||
| 79 | <template slot-scope="scope"> | ||
| 80 | <el-tooltip class="item" effect="light" content="选择" placement="top"> | ||
| 81 | <i class="iconfont iconbanli iconfontEdit" @click="xzzrz(scope.row)" style="padding:0 10px"></i> | ||
| 82 | </el-tooltip> | ||
| 83 | <!-- <el-button @click="xzzrz(scope.row)" type="text" size="small" | ||
| 84 | >选择 | ||
| 85 | </el-button> --> | ||
| 86 | </template> | ||
| 87 | </el-table-column> | ||
| 85 | </el-table> | 88 | </el-table> |
| 86 | </div> | 89 | </div> |
| 87 | <span slot="footer" class="dialog-footer"> </span> | 90 | <span slot="footer" class="dialog-footer"> </span> | ... | ... |
| ... | @@ -9,14 +9,6 @@ | ... | @@ -9,14 +9,6 @@ |
| 9 | > | 9 | > |
| 10 | <el-table-column type="index" width="80" align="center" label="序号"> | 10 | <el-table-column type="index" width="80" align="center" label="序号"> |
| 11 | </el-table-column> | 11 | </el-table-column> |
| 12 | <el-table-column label="操作" width="100"> | ||
| 13 | <template slot-scope="scope"> | ||
| 14 | <el-button @click="handleClick(scope.row)" type="text" size="small" | ||
| 15 | >办理 | ||
| 16 | </el-button> | ||
| 17 | <el-button type="text" size="small">定位</el-button> | ||
| 18 | </template> | ||
| 19 | </el-table-column> | ||
| 20 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> | 12 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> |
| 21 | </el-table-column> | 13 | </el-table-column> |
| 22 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> | 14 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> |
| ... | @@ -41,7 +33,21 @@ | ... | @@ -41,7 +33,21 @@ |
| 41 | {{ scope.row.addtime | timeFilter }} | 33 | {{ scope.row.addtime | timeFilter }} |
| 42 | </template> | 34 | </template> |
| 43 | </el-table-column> | 35 | </el-table-column> |
| 44 | <el-table-column prop="cjr" align="left" width="120" label="创建人"> | 36 | <!-- <el-table-column prop="cjr" align="left" width="120" label="创建人"> |
| 37 | </el-table-column> --> | ||
| 38 | <el-table-column label="操作" align="center" width="100"> | ||
| 39 | <template slot-scope="scope"> | ||
| 40 | <el-tooltip class="item" effect="light" content="办理" placement="top"> | ||
| 41 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> | ||
| 42 | </el-tooltip> | ||
| 43 | <el-tooltip class="item" effect="light" content="定位" placement="top"> | ||
| 44 | <i class="iconfont icondingwei iconfontEdit"></i> | ||
| 45 | </el-tooltip> | ||
| 46 | <!-- <el-button @click="handleClick(scope.row)" type="text" size="small" | ||
| 47 | >办理 | ||
| 48 | </el-button> | ||
| 49 | <el-button type="text" size="small">定位</el-button> --> | ||
| 50 | </template> | ||
| 45 | </el-table-column> | 51 | </el-table-column> |
| 46 | </el-table> | 52 | </el-table> |
| 47 | <div class="pagination"> | 53 | <div class="pagination"> |
| ... | @@ -72,7 +78,7 @@ export default { | ... | @@ -72,7 +78,7 @@ export default { |
| 72 | qszt: ['2'], | 78 | qszt: ['2'], |
| 73 | total: 0, | 79 | total: 0, |
| 74 | pageNo: 1, | 80 | pageNo: 1, |
| 75 | pageSize: 10, | 81 | pageSize: 15, |
| 76 | tableData: [], | 82 | tableData: [], |
| 77 | tableHeight: "100", | 83 | tableHeight: "100", |
| 78 | queryData: {}, | 84 | queryData: {}, |
| ... | @@ -80,7 +86,7 @@ export default { | ... | @@ -80,7 +86,7 @@ export default { |
| 80 | }, | 86 | }, |
| 81 | created() {}, | 87 | created() {}, |
| 82 | mounted() { | 88 | mounted() { |
| 83 | this.getData({}); | 89 | this.getData({pageSize:this.pageSize}); |
| 84 | // console.log(document.documentElement.clientHeight || document.body.clientHeight,'document.documentElement.clientHeight || document.body.clientHeight'); | 90 | // console.log(document.documentElement.clientHeight || document.body.clientHeight,'document.documentElement.clientHeight || document.body.clientHeight'); |
| 85 | this.$nextTick(() => { | 91 | this.$nextTick(() => { |
| 86 | this.tableHeight = | 92 | this.tableHeight = | ... | ... |
| ... | @@ -9,15 +9,6 @@ | ... | @@ -9,15 +9,6 @@ |
| 9 | > | 9 | > |
| 10 | <el-table-column type="index" width="80" align="center" label="序号"> | 10 | <el-table-column type="index" width="80" align="center" label="序号"> |
| 11 | </el-table-column> | 11 | </el-table-column> |
| 12 | <el-table-column label="操作" width="100"> | ||
| 13 | <template slot-scope="scope"> | ||
| 14 | <el-button @click="handleClick(scope.row)" type="text" size="small" | ||
| 15 | >更正 | ||
| 16 | </el-button | ||
| 17 | > | ||
| 18 | <el-button type="text" size="small">定位</el-button> | ||
| 19 | </template> | ||
| 20 | </el-table-column> | ||
| 21 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> | 12 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> |
| 22 | </el-table-column> | 13 | </el-table-column> |
| 23 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> | 14 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> |
| ... | @@ -37,7 +28,24 @@ | ... | @@ -37,7 +28,24 @@ |
| 37 | {{scope.row.addtime | timeFilter}} | 28 | {{scope.row.addtime | timeFilter}} |
| 38 | </template> | 29 | </template> |
| 39 | </el-table-column> | 30 | </el-table-column> |
| 40 | <el-table-column prop="cjr" align="left" width="120" label="创建人"> | 31 | <!-- <el-table-column prop="cjr" align="left" width="120" label="创建人"> --> |
| 32 | <!-- </el-table-column> --> | ||
| 33 | <el-table-column label="操作" align="center" width="100"> | ||
| 34 | <template slot-scope="scope"> | ||
| 35 | <el-tooltip class="item" effect="light" content="更正" placement="top"> | ||
| 36 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> | ||
| 37 | </el-tooltip> | ||
| 38 | <el-tooltip class="item" effect="light" content="定位" placement="top"> | ||
| 39 | <i class="iconfont icondingwei iconfontEdit"></i> | ||
| 40 | </el-tooltip> | ||
| 41 | </template> | ||
| 42 | <!-- <template slot-scope="scope"> | ||
| 43 | <el-button @click="handleClick(scope.row)" type="text" size="small" | ||
| 44 | >更正 | ||
| 45 | </el-button | ||
| 46 | > | ||
| 47 | <el-button type="text" size="small">定位</el-button> | ||
| 48 | </template> --> | ||
| 41 | </el-table-column> | 49 | </el-table-column> |
| 42 | </el-table> | 50 | </el-table> |
| 43 | <div class="pagination"> | 51 | <div class="pagination"> |
| ... | @@ -63,7 +71,7 @@ | ... | @@ -63,7 +71,7 @@ |
| 63 | qszt: ['1'], | 71 | qszt: ['1'], |
| 64 | total: 0, | 72 | total: 0, |
| 65 | pageNo: 1, | 73 | pageNo: 1, |
| 66 | pageSize: 10, | 74 | pageSize: 15, |
| 67 | formData: { | 75 | formData: { |
| 68 | user: "", | 76 | user: "", |
| 69 | region: "", | 77 | region: "", | ... | ... |
| ... | @@ -9,22 +9,13 @@ | ... | @@ -9,22 +9,13 @@ |
| 9 | > | 9 | > |
| 10 | <el-table-column type="index" width="80" align="center" label="序号"> | 10 | <el-table-column type="index" width="80" align="center" label="序号"> |
| 11 | </el-table-column> | 11 | </el-table-column> |
| 12 | <el-table-column label="操作" width="100"> | ||
| 13 | <template slot-scope="scope"> | ||
| 14 | <el-button @click="handleClick(scope.row)" type="text" size="small" | ||
| 15 | >办理 | ||
| 16 | </el-button | ||
| 17 | > | ||
| 18 | <el-button type="text" size="small" @click="postionToMap(scope.row)">定位</el-button> | ||
| 19 | </template> | ||
| 20 | </el-table-column> | ||
| 21 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> | 12 | <el-table-column prop="bdcdyh" align="left" label="不动产单元号"> |
| 22 | </el-table-column> | 13 | </el-table-column> |
| 23 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> | 14 | <el-table-column prop="xmmc" align="left" width="150" label="项目名称"> |
| 24 | </el-table-column> | 15 | </el-table-column> |
| 25 | <el-table-column prop="bdcqzh" align="left" label="不动产权证号"> | 16 | <el-table-column prop="bdcqzh" align="left" label="不动产权证号"> |
| 26 | </el-table-column> | 17 | </el-table-column> |
| 27 | <el-table-column prop="dylx" align="left" width="120" label="类型"> | 18 | <el-table-column prop="dylx" align="left" width="100" label="类型"> |
| 28 | <template slot-scope="scope"> | 19 | <template slot-scope="scope"> |
| 29 | {{scope.row.dylx | bdcLxFilter}} | 20 | {{scope.row.dylx | bdcLxFilter}} |
| 30 | </template> | 21 | </template> |
| ... | @@ -37,7 +28,22 @@ | ... | @@ -37,7 +28,22 @@ |
| 37 | {{scope.row.addtime | timeFilter}} | 28 | {{scope.row.addtime | timeFilter}} |
| 38 | </template> | 29 | </template> |
| 39 | </el-table-column> | 30 | </el-table-column> |
| 40 | <el-table-column prop="cjr" align="left" width="120" label="创建人"> | 31 | <!-- <el-table-column prop="cjr" align="left" width="120" label="创建人"> |
| 32 | </el-table-column> --> | ||
| 33 | <el-table-column label="操作" align="center" width="100"> | ||
| 34 | <template slot-scope="scope"> | ||
| 35 | <el-tooltip class="item" effect="light" content="办理" placement="top"> | ||
| 36 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> | ||
| 37 | </el-tooltip> | ||
| 38 | <el-tooltip class="item" effect="light" content="定位" placement="top"> | ||
| 39 | <i class="iconfont icondingwei iconfontEdit" @click="postionToMap(scope.row)"></i> | ||
| 40 | </el-tooltip> | ||
| 41 | <!-- <el-button type="text" size="small" | ||
| 42 | >办理 | ||
| 43 | </el-button | ||
| 44 | > | ||
| 45 | <el-button type="text" size="small">定位</el-button> --> | ||
| 46 | </template> | ||
| 41 | </el-table-column> | 47 | </el-table-column> |
| 42 | </el-table> | 48 | </el-table> |
| 43 | <div class="pagination"> | 49 | <div class="pagination"> | ... | ... |
-
Please register or sign in to post a comment