style:预告买卖
Showing
3 changed files
with
28 additions
and
8 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-02 09:59:05 | 4 | * @LastEditTime: 2023-10-13 15:29:29 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
| ... | @@ -212,6 +212,14 @@ | ... | @@ -212,6 +212,14 @@ |
| 212 | formData: param | 212 | formData: param |
| 213 | }) | 213 | }) |
| 214 | }, | 214 | }, |
| 215 | handleLpbClick (item) { | ||
| 216 | ywPopupDialog('楼盘表', 'lpb/index', { | ||
| 217 | bsm: item.bsm, | ||
| 218 | bsmSqyw: this.sqywInfo.bsmSqyw, | ||
| 219 | onlyShow: false, | ||
| 220 | scyclx: 1 | ||
| 221 | }, '85%', true, false) | ||
| 222 | }, | ||
| 215 | }, | 223 | }, |
| 216 | }; | 224 | }; |
| 217 | </script> | 225 | </script> | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-10 16:32:09 | 4 | * @LastEditTime: 2023-10-13 15:25: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 |
| ... | @@ -138,7 +138,7 @@ class data extends filter { | ... | @@ -138,7 +138,7 @@ class data extends filter { |
| 138 | </div> | 138 | </div> |
| 139 | ) | 139 | ) |
| 140 | } | 140 | } |
| 141 | }, | 141 | } |
| 142 | ] | 142 | ] |
| 143 | } | 143 | } |
| 144 | dzcolumns () { | 144 | dzcolumns () { | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-11 09:52:27 | 4 | * @LastEditTime: 2023-10-13 15:28: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 |
| ... | @@ -99,17 +99,29 @@ class data extends filter { | ... | @@ -99,17 +99,29 @@ class data extends filter { |
| 99 | }, | 99 | }, |
| 100 | { | 100 | { |
| 101 | label: '操作', | 101 | label: '操作', |
| 102 | width: '80', | 102 | width: '120', |
| 103 | align: 'center', | 103 | align: 'center', |
| 104 | fixed: 'right', | ||
| 105 | render: (h, scope) => { | 104 | render: (h, scope) => { |
| 106 | return ( | 105 | return ( |
| 107 | <div> | 106 | <div> |
| 108 | <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.openBook(scope.row) }}>登记薄</el-button> | 107 | <el-button type="text" icon="el-icon-film" onClick={() => { vm.handleLpbClick(scope.row) }}>楼盘表</el-button> |
| 109 | </div> | 108 | </div> |
| 110 | ) | 109 | ) |
| 111 | } | 110 | } |
| 112 | }, | 111 | } |
| 112 | // { | ||
| 113 | // label: '操作', | ||
| 114 | // width: '80', | ||
| 115 | // align: 'center', | ||
| 116 | // fixed: 'right', | ||
| 117 | // render: (h, scope) => { | ||
| 118 | // return ( | ||
| 119 | // <div> | ||
| 120 | // <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.openBook(scope.row) }}>登记薄</el-button> | ||
| 121 | // </div> | ||
| 122 | // ) | ||
| 123 | // } | ||
| 124 | // }, | ||
| 113 | ] | 125 | ] |
| 114 | } | 126 | } |
| 115 | 127 | ... | ... |
-
Please register or sign in to post a comment