style:受理申请样式修改
Showing
8 changed files
with
33 additions
and
40 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-02 09:57:31 | 4 | * @LastEditTime: 2023-08-23 14:51:26 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 抵押权利信息查询 --> | 7 | <!-- 抵押权利信息查询 --> |
| ... | @@ -39,7 +39,6 @@ | ... | @@ -39,7 +39,6 @@ |
| 39 | <el-col :span="2" class="btnColRight"> | 39 | <el-col :span="2" class="btnColRight"> |
| 40 | <el-form-item> | 40 | <el-form-item> |
| 41 | <el-button type="primary" @click="handleSearch" :loading="loading">查询</el-button> | 41 | <el-button type="primary" @click="handleSearch" :loading="loading">查询</el-button> |
| 42 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> | ||
| 43 | </el-form-item> | 42 | </el-form-item> |
| 44 | </el-col> | 43 | </el-col> |
| 45 | </el-row> | 44 | </el-row> | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 09:52:09 | 4 | * @LastEditTime: 2023-08-23 14:51:40 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -35,22 +35,12 @@ class data extends filter { | ... | @@ -35,22 +35,12 @@ class data extends filter { |
| 35 | { | 35 | { |
| 36 | prop: "status", | 36 | prop: "status", |
| 37 | label: "状态", | 37 | label: "状态", |
| 38 | minWidth: '120', | ||
| 38 | render: (h, scope) => { | 39 | render: (h, scope) => { |
| 39 | return ( | 40 | return ( |
| 40 | <div> | 41 | <div> |
| 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 42 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> |
| 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 43 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> |
| 43 | {/* <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
| 44 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
| 45 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 46 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 47 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
| 48 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
| 49 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
| 50 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
| 51 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
| 52 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
| 53 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> */} | ||
| 54 | </div> | 44 | </div> |
| 55 | ) | 45 | ) |
| 56 | } | 46 | } |
| ... | @@ -58,7 +48,8 @@ class data extends filter { | ... | @@ -58,7 +48,8 @@ class data extends filter { |
| 58 | { | 48 | { |
| 59 | prop: "bdcqzh", | 49 | prop: "bdcqzh", |
| 60 | label: "不动产证明号", | 50 | label: "不动产证明号", |
| 61 | minWidth: '150' | 51 | width: '150', |
| 52 | showOverflowTooltip: true | ||
| 62 | }, | 53 | }, |
| 63 | { | 54 | { |
| 64 | prop: "bdcdyh", | 55 | prop: "bdcdyh", | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-14 16:59:43 | 4 | * @LastEditTime: 2023-08-23 14:53:01 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -47,16 +47,20 @@ class data extends filter { | ... | @@ -47,16 +47,20 @@ class data extends filter { |
| 47 | { | 47 | { |
| 48 | prop: "qllxmc", | 48 | prop: "qllxmc", |
| 49 | label: "权利类型", | 49 | label: "权利类型", |
| 50 | width: '120', | ||
| 51 | showOverflowTooltip: true | ||
| 50 | }, | 52 | }, |
| 51 | { | 53 | { |
| 52 | prop: "bdcdyh", | 54 | prop: "bdcdyh", |
| 53 | label: "不动产单元号", | 55 | label: "不动产单元号", |
| 54 | minWidth: '150' | 56 | width: '150', |
| 57 | showOverflowTooltip: true | ||
| 55 | }, | 58 | }, |
| 56 | { | 59 | { |
| 57 | prop: "bdcqzh", | 60 | prop: "bdcqzh", |
| 58 | label: "不动产权证号", | 61 | label: "不动产权证号", |
| 59 | minWidth: '150' | 62 | width: '150', |
| 63 | showOverflowTooltip: true | ||
| 60 | }, | 64 | }, |
| 61 | { | 65 | { |
| 62 | prop: "gyqk", | 66 | prop: "gyqk", | ... | ... |
| ... | @@ -80,12 +80,14 @@ class data extends filter { | ... | @@ -80,12 +80,14 @@ class data extends filter { |
| 80 | { | 80 | { |
| 81 | prop: "bdcdyh", | 81 | prop: "bdcdyh", |
| 82 | label: "不动产单元号", | 82 | label: "不动产单元号", |
| 83 | minWidth: '150' | 83 | width: '150', |
| 84 | showOverflowTooltip: true | ||
| 84 | }, | 85 | }, |
| 85 | { | 86 | { |
| 86 | prop: "bdcqzh", | 87 | prop: "bdcqzh", |
| 87 | label: "不动产权证号", | 88 | label: "不动产权证号", |
| 88 | minWidth: '150' | 89 | width: '150', |
| 90 | showOverflowTooltip: true | ||
| 89 | }, | 91 | }, |
| 90 | { | 92 | { |
| 91 | prop: "qlrmc", | 93 | prop: "qlrmc", |
| ... | @@ -108,7 +110,8 @@ class data extends filter { | ... | @@ -108,7 +110,8 @@ class data extends filter { |
| 108 | { | 110 | { |
| 109 | prop: "zl", | 111 | prop: "zl", |
| 110 | label: "坐落", | 112 | label: "坐落", |
| 111 | minWidth: '150' | 113 | width: '150', |
| 114 | showOverflowTooltip: true | ||
| 112 | }, | 115 | }, |
| 113 | { | 116 | { |
| 114 | label: '操作', | 117 | label: '操作', | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-14 17:00:04 | 4 | * @LastEditTime: 2023-08-23 14:49:24 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -35,17 +35,6 @@ class data extends filter { | ... | @@ -35,17 +35,6 @@ class data extends filter { |
| 35 | <div> | 35 | <div> |
| 36 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 36 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> |
| 37 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 37 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> |
| 38 | {/* <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
| 39 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
| 40 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 41 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 42 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
| 43 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
| 44 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
| 45 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
| 46 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
| 47 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
| 48 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> */} | ||
| 49 | </div> | 38 | </div> |
| 50 | ) | 39 | ) |
| 51 | } | 40 | } |
| ... | @@ -57,12 +46,14 @@ class data extends filter { | ... | @@ -57,12 +46,14 @@ class data extends filter { |
| 57 | { | 46 | { |
| 58 | prop: "bdcdyh", | 47 | prop: "bdcdyh", |
| 59 | label: "不动产单元号", | 48 | label: "不动产单元号", |
| 60 | minWidth: '150' | 49 | width: '150', |
| 50 | showOverflowTooltip: true | ||
| 61 | }, | 51 | }, |
| 62 | { | 52 | { |
| 63 | prop: "bdcqzh", | 53 | prop: "bdcqzh", |
| 64 | label: "不动产权证号", | 54 | label: "不动产权证号", |
| 65 | minWidth: '150' | 55 | width: '150', |
| 56 | showOverflowTooltip: true | ||
| 66 | }, | 57 | }, |
| 67 | { | 58 | { |
| 68 | prop: "qlrmc", | 59 | prop: "qlrmc", | ... | ... |
| ... | @@ -51,12 +51,14 @@ class data extends filter { | ... | @@ -51,12 +51,14 @@ class data extends filter { |
| 51 | { | 51 | { |
| 52 | prop: "bdcdyh", | 52 | prop: "bdcdyh", |
| 53 | label: "不动产单元号", | 53 | label: "不动产单元号", |
| 54 | minWidth: '150' | 54 | width: '150', |
| 55 | showOverflowTooltip: true | ||
| 55 | }, | 56 | }, |
| 56 | { | 57 | { |
| 57 | prop: "bdcqzh", | 58 | prop: "bdcqzh", |
| 58 | label: "不动产权证号", | 59 | label: "不动产权证号", |
| 59 | minWidth: '150' | 60 | width: '150', |
| 61 | showOverflowTooltip: true | ||
| 60 | }, | 62 | }, |
| 61 | { | 63 | { |
| 62 | prop: "gyqk", | 64 | prop: "gyqk", | ... | ... |
| ... | @@ -84,12 +84,14 @@ class data extends filter { | ... | @@ -84,12 +84,14 @@ class data extends filter { |
| 84 | { | 84 | { |
| 85 | prop: "bdcdyh", | 85 | prop: "bdcdyh", |
| 86 | label: "不动产单元号", | 86 | label: "不动产单元号", |
| 87 | minWidth: '150' | 87 | width: '150', |
| 88 | showOverflowTooltip: true | ||
| 88 | }, | 89 | }, |
| 89 | { | 90 | { |
| 90 | prop: "bdcqzh", | 91 | prop: "bdcqzh", |
| 91 | label: "不动产权证号", | 92 | label: "不动产权证号", |
| 92 | minWidth: '150' | 93 | width: '150', |
| 94 | showOverflowTooltip: true | ||
| 93 | }, | 95 | }, |
| 94 | { | 96 | { |
| 95 | prop: "qlrmc", | 97 | prop: "qlrmc", | ... | ... |
| ... | @@ -65,7 +65,8 @@ class data extends filter { | ... | @@ -65,7 +65,8 @@ class data extends filter { |
| 65 | { | 65 | { |
| 66 | prop: "bdcqzh", | 66 | prop: "bdcqzh", |
| 67 | label: "不动产权证号", | 67 | label: "不动产权证号", |
| 68 | minWidth: '120' | 68 | width: '150', |
| 69 | showOverflowTooltip: true | ||
| 69 | }, | 70 | }, |
| 70 | { | 71 | { |
| 71 | prop: "qlr", | 72 | prop: "qlr", | ... | ... |
-
Please register or sign in to post a comment