style:文件的修改
Showing
10 changed files
with
64 additions
and
38 deletions
| ... | @@ -323,3 +323,29 @@ | ... | @@ -323,3 +323,29 @@ |
| 323 | } | 323 | } |
| 324 | } | 324 | } |
| 325 | } | 325 | } |
| 326 | |||
| 327 | .el-submenu__title { | ||
| 328 | display: flex; | ||
| 329 | align-items: center; | ||
| 330 | } | ||
| 331 | |||
| 332 | .el-submenu__title span { | ||
| 333 | white-space: normal; | ||
| 334 | word-break: break-all; | ||
| 335 | line-height: 20px; | ||
| 336 | flex: 1; | ||
| 337 | padding-right: 20px; | ||
| 338 | } | ||
| 339 | |||
| 340 | .el-menu-item { | ||
| 341 | display: flex; | ||
| 342 | align-items: center; | ||
| 343 | padding-right: 20px !important; | ||
| 344 | } | ||
| 345 | |||
| 346 | .el-menu-item span { | ||
| 347 | white-space: normal; | ||
| 348 | word-break: break-all; | ||
| 349 | line-height: 20px; | ||
| 350 | flex: 1; | ||
| 351 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -22,7 +22,7 @@ $menuHover:#0794FF; | ... | @@ -22,7 +22,7 @@ $menuHover:#0794FF; |
| 22 | $subMenuBg:#202B3D; | 22 | $subMenuBg:#202B3D; |
| 23 | $subMenuHover:#0794FF; | 23 | $subMenuHover:#0794FF; |
| 24 | 24 | ||
| 25 | $sideBarWidth: 250px; | 25 | $sideBarWidth: 210px; |
| 26 | $sideBarFontSize:15px; | 26 | $sideBarFontSize:15px; |
| 27 | 27 | ||
| 28 | // border颜色 | 28 | // border颜色 | ... | ... |
| ... | @@ -13,16 +13,16 @@ | ... | @@ -13,16 +13,16 @@ |
| 13 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 13 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
| 14 | </el-form-item> | 14 | </el-form-item> |
| 15 | </el-col> | 15 | </el-col> |
| 16 | <el-col :span="14" class="from-clues-search-button"> | 16 | <el-col :span="14" class="btnColRight"> |
| 17 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 17 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | </el-row> | 19 | </el-row> |
| 20 | </el-form> | 20 | </el-form> |
| 21 | </div> | 21 | </div> |
| 22 | <div class="from-clues-content"> | 22 | <div class="from-clues-content"> |
| 23 | <lb-table v-loading="loading" :page-size="pageData.size" :current-page.sync="pageData.current" | 23 | <lb-table :page-size="pageData.size" :current-page.sync="pageData.current" :total="pageData.total" |
| 24 | :total="pageData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" | 24 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
| 25 | :column="tableData.columns" :data="tableData.data"> | 25 | :data="tableData.data"> |
| 26 | </lb-table> | 26 | </lb-table> |
| 27 | <message-tips ref="msg" :message="message" /> | 27 | <message-tips ref="msg" :message="message" /> |
| 28 | </div> | 28 | </div> |
| ... | @@ -48,7 +48,6 @@ export default { | ... | @@ -48,7 +48,6 @@ export default { |
| 48 | }, | 48 | }, |
| 49 | data () { | 49 | data () { |
| 50 | return { | 50 | return { |
| 51 | loading: false, | ||
| 52 | form: { | 51 | form: { |
| 53 | YWH: '', | 52 | YWH: '', |
| 54 | BDCDYH: '', | 53 | BDCDYH: '', |
| ... | @@ -104,7 +103,6 @@ export default { | ... | @@ -104,7 +103,6 @@ export default { |
| 104 | methods: { | 103 | methods: { |
| 105 | async featchData () { | 104 | async featchData () { |
| 106 | try { | 105 | try { |
| 107 | this.loading = true | ||
| 108 | this.form = Object.assign(this.form, this.formData) | 106 | this.form = Object.assign(this.form, this.formData) |
| 109 | let { result: { list, total, pages: pageSize, pageNum: current } | 107 | let { result: { list, total, pages: pageSize, pageNum: current } |
| 110 | } = await business.getQlfQlZxdjByCondition(this.form) | 108 | } = await business.getQlfQlZxdjByCondition(this.form) |
| ... | @@ -118,7 +116,6 @@ export default { | ... | @@ -118,7 +116,6 @@ export default { |
| 118 | this.message = error | 116 | this.message = error |
| 119 | this.$refs.msg.messageShow() | 117 | this.$refs.msg.messageShow() |
| 120 | } | 118 | } |
| 121 | this.loading = false | ||
| 122 | }, | 119 | }, |
| 123 | async handlDatadetails (index, row) { | 120 | async handlDatadetails (index, row) { |
| 124 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 121 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
| ... | @@ -134,5 +131,6 @@ export default { | ... | @@ -134,5 +131,6 @@ export default { |
| 134 | } | 131 | } |
| 135 | </script> | 132 | </script> |
| 136 | <style scoped lang="scss"> | 133 | <style scoped lang="scss"> |
| 134 | @import "~@/styles/public.scss"; | ||
| 137 | @import "./index.scss"; | 135 | @import "./index.scss"; |
| 138 | </style> | 136 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -25,9 +25,9 @@ | ... | @@ -25,9 +25,9 @@ |
| 25 | </el-form> | 25 | </el-form> |
| 26 | </div> | 26 | </div> |
| 27 | <div class="from-clues-content"> | 27 | <div class="from-clues-content"> |
| 28 | <lb-table v-loading="loading" :page-size="pageData.size" :current-page.sync="pageData.current" | 28 | <lb-table :page-size="pageData.size" :current-page.sync="pageData.current" :total="pageData.total" |
| 29 | :total="pageData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" | 29 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
| 30 | :column="tableData.columns" :data="tableData.data"> | 30 | :data="tableData.data"> |
| 31 | </lb-table> | 31 | </lb-table> |
| 32 | <message-tips ref="msg" :message="message" /> | 32 | <message-tips ref="msg" :message="message" /> |
| 33 | </div> | 33 | </div> |
| ... | @@ -55,7 +55,6 @@ export default { | ... | @@ -55,7 +55,6 @@ export default { |
| 55 | }, | 55 | }, |
| 56 | data () { | 56 | data () { |
| 57 | return { | 57 | return { |
| 58 | loading: false, | ||
| 59 | form: { | 58 | form: { |
| 60 | YWH: '', | 59 | YWH: '', |
| 61 | GYDBDCDYH: '', | 60 | GYDBDCDYH: '', |
| ... | @@ -112,7 +111,6 @@ export default { | ... | @@ -112,7 +111,6 @@ export default { |
| 112 | methods: { | 111 | methods: { |
| 113 | async featchData () { | 112 | async featchData () { |
| 114 | try { | 113 | try { |
| 115 | this.loading = true | ||
| 116 | this.form = Object.assign(this.form, this.formData) | 114 | this.form = Object.assign(this.form, this.formData) |
| 117 | let { result: { list, total, pages: pageSize, pageNum: current } | 115 | let { result: { list, total, pages: pageSize, pageNum: current } |
| 118 | } = await business.getQlfQlDyiqByCondtion(this.form) | 116 | } = await business.getQlfQlDyiqByCondtion(this.form) |
| ... | @@ -126,7 +124,6 @@ export default { | ... | @@ -126,7 +124,6 @@ export default { |
| 126 | this.message = error | 124 | this.message = error |
| 127 | this.$refs.msg.messageShow() | 125 | this.$refs.msg.messageShow() |
| 128 | } | 126 | } |
| 129 | this.loading = false | ||
| 130 | }, | 127 | }, |
| 131 | async handlDatadetails (index, row) { | 128 | async handlDatadetails (index, row) { |
| 132 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 129 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
| ... | @@ -142,5 +139,6 @@ export default { | ... | @@ -142,5 +139,6 @@ export default { |
| 142 | } | 139 | } |
| 143 | </script> | 140 | </script> |
| 144 | <style scoped lang="scss"> | 141 | <style scoped lang="scss"> |
| 142 | @import "~@/styles/public.scss"; | ||
| 145 | @import "./index.scss"; | 143 | @import "./index.scss"; |
| 146 | </style> | 144 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -13,16 +13,16 @@ | ... | @@ -13,16 +13,16 @@ |
| 13 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 13 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
| 14 | </el-form-item> | 14 | </el-form-item> |
| 15 | </el-col> | 15 | </el-col> |
| 16 | <el-col :span="14" class="from-clues-search-button"> | 16 | <el-col :span="14" class="btnColRight"> |
| 17 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 17 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | </el-row> | 19 | </el-row> |
| 20 | </el-form> | 20 | </el-form> |
| 21 | </div> | 21 | </div> |
| 22 | <div class="from-clues-content"> | 22 | <div class="from-clues-content"> |
| 23 | <lb-table v-loading="loading" :page-size="pageData.size" :current-page.sync="pageData.current" | 23 | <lb-table :page-size="pageData.size" :current-page.sync="pageData.current" :total="pageData.total" |
| 24 | :total="pageData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" | 24 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
| 25 | :column="tableData.columns" :data="tableData.data"> | 25 | :data="tableData.data"> |
| 26 | </lb-table> | 26 | </lb-table> |
| 27 | <message-tips ref="msg" :message="message" /> | 27 | <message-tips ref="msg" :message="message" /> |
| 28 | </div> | 28 | </div> |
| ... | @@ -50,7 +50,6 @@ export default { | ... | @@ -50,7 +50,6 @@ export default { |
| 50 | }, | 50 | }, |
| 51 | data () { | 51 | data () { |
| 52 | return { | 52 | return { |
| 53 | loading: false, | ||
| 54 | form: { | 53 | form: { |
| 55 | YWH: '', | 54 | YWH: '', |
| 56 | BDCDYH: '', | 55 | BDCDYH: '', |
| ... | @@ -106,7 +105,6 @@ export default { | ... | @@ -106,7 +105,6 @@ export default { |
| 106 | methods: { | 105 | methods: { |
| 107 | async featchData () { | 106 | async featchData () { |
| 108 | try { | 107 | try { |
| 109 | this.loading = true | ||
| 110 | this.form = Object.assign(this.form, this.formData) | 108 | this.form = Object.assign(this.form, this.formData) |
| 111 | let { result: { list, total, pages: pageSize, pageNum: current } | 109 | let { result: { list, total, pages: pageSize, pageNum: current } |
| 112 | } = await business.getQltQlLqByCondition(this.form) | 110 | } = await business.getQltQlLqByCondition(this.form) |
| ... | @@ -120,7 +118,6 @@ export default { | ... | @@ -120,7 +118,6 @@ export default { |
| 120 | this.message = error | 118 | this.message = error |
| 121 | this.$refs.msg.messageShow() | 119 | this.$refs.msg.messageShow() |
| 122 | } | 120 | } |
| 123 | this.loading = false | ||
| 124 | }, | 121 | }, |
| 125 | async handlDatadetails (index, row) { | 122 | async handlDatadetails (index, row) { |
| 126 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 123 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
| ... | @@ -136,5 +133,6 @@ export default { | ... | @@ -136,5 +133,6 @@ export default { |
| 136 | } | 133 | } |
| 137 | </script> | 134 | </script> |
| 138 | <style scoped lang="scss"> | 135 | <style scoped lang="scss"> |
| 136 | @import "~@/styles/public.scss"; | ||
| 139 | @import "./index.scss"; | 137 | @import "./index.scss"; |
| 140 | </style> | 138 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="4" class="from-clues-search-button"> | 34 | <el-col :span="4" class="btnColRight"> |
| 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | </el-row> | 37 | </el-row> |
| ... | @@ -190,5 +190,6 @@ export default { | ... | @@ -190,5 +190,6 @@ export default { |
| 190 | } | 190 | } |
| 191 | </script> | 191 | </script> |
| 192 | <style scoped lang="scss"> | 192 | <style scoped lang="scss"> |
| 193 | @import "~@/styles/public.scss"; | ||
| 193 | @import "./index.scss"; | 194 | @import "./index.scss"; |
| 194 | </style> | 195 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -22,16 +22,16 @@ | ... | @@ -22,16 +22,16 @@ |
| 22 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 22 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
| 23 | </el-form-item> | 23 | </el-form-item> |
| 24 | </el-col> | 24 | </el-col> |
| 25 | <el-col :span="9" class="from-clues-search-button"> | 25 | <el-col :span="9" class="btnColRight"> |
| 26 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 26 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> |
| 27 | </el-col> | 27 | </el-col> |
| 28 | </el-row> | 28 | </el-row> |
| 29 | </el-form> | 29 | </el-form> |
| 30 | </div> | 30 | </div> |
| 31 | <div class="from-clues-content"> | 31 | <div class="from-clues-content"> |
| 32 | <lb-table v-loading="loading" :page-size="pageData.size" :current-page.sync="pageData.current" | 32 | <lb-table :page-size="pageData.size" :current-page.sync="pageData.current" :total="pageData.total" |
| 33 | :total="pageData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" | 33 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
| 34 | :column="tableData.columns" :data="tableData.data"> | 34 | :data="tableData.data"> |
| 35 | </lb-table> | 35 | </lb-table> |
| 36 | <message-tips ref="msg" :message="message" /> | 36 | <message-tips ref="msg" :message="message" /> |
| 37 | </div> | 37 | </div> |
| ... | @@ -59,7 +59,6 @@ export default { | ... | @@ -59,7 +59,6 @@ export default { |
| 59 | }, | 59 | }, |
| 60 | data () { | 60 | data () { |
| 61 | return { | 61 | return { |
| 62 | loading: false, | ||
| 63 | form: { | 62 | form: { |
| 64 | YWH: '', | 63 | YWH: '', |
| 65 | QLLX: '', | 64 | QLLX: '', |
| ... | @@ -120,7 +119,6 @@ export default { | ... | @@ -120,7 +119,6 @@ export default { |
| 120 | }, | 119 | }, |
| 121 | async featchData () { | 120 | async featchData () { |
| 122 | try { | 121 | try { |
| 123 | this.loading = true | ||
| 124 | this.form = Object.assign(this.form, this.formData) | 122 | this.form = Object.assign(this.form, this.formData) |
| 125 | let { result: { list, total, pages: pageSize, pageNum: current } | 123 | let { result: { list, total, pages: pageSize, pageNum: current } |
| 126 | } = await business.getQlfFwFdcqQfsyqByConditon(this.form) | 124 | } = await business.getQlfFwFdcqQfsyqByConditon(this.form) |
| ... | @@ -132,9 +130,7 @@ export default { | ... | @@ -132,9 +130,7 @@ export default { |
| 132 | } | 130 | } |
| 133 | } catch (error) { | 131 | } catch (error) { |
| 134 | this.message = error | 132 | this.message = error |
| 135 | this.$refs.msg.messageShow() | ||
| 136 | } | 133 | } |
| 137 | this.loading = false | ||
| 138 | }, | 134 | }, |
| 139 | async handlDatadetails (index, row) { | 135 | async handlDatadetails (index, row) { |
| 140 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 136 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
| ... | @@ -149,3 +145,6 @@ export default { | ... | @@ -149,3 +145,6 @@ export default { |
| 149 | } | 145 | } |
| 150 | } | 146 | } |
| 151 | </script> | 147 | </script> |
| 148 | <style scoped lang="scss"> | ||
| 149 | @import "~@/styles/public.scss"; | ||
| 150 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="4" class="from-clues-search-button"> | 34 | <el-col :span="4" class="btnColRight"> |
| 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | </el-row> | 37 | </el-row> |
| ... | @@ -189,3 +189,6 @@ export default { | ... | @@ -189,3 +189,6 @@ export default { |
| 189 | } | 189 | } |
| 190 | } | 190 | } |
| 191 | </script> | 191 | </script> |
| 192 | <style scoped lang="scss"> | ||
| 193 | @import "~@/styles/public.scss"; | ||
| 194 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -31,16 +31,16 @@ | ... | @@ -31,16 +31,16 @@ |
| 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> | 31 | <el-input v-model="form.BDCDYH" placeholder="不动产单元号"></el-input> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-col> | 33 | </el-col> |
| 34 | <el-col :span="4" class="from-clues-search-button"> | 34 | <el-col :span="4" class="btnColRight"> |
| 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> | 35 | <el-button type="primary" @click="handleSubmit">查询结果</el-button> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | </el-row> | 37 | </el-row> |
| 38 | </el-form> | 38 | </el-form> |
| 39 | </div> | 39 | </div> |
| 40 | <div class="from-clues-content"> | 40 | <div class="from-clues-content"> |
| 41 | <lb-table v-loading="loading" :page-size="pageData.size" :current-page.sync="pageData.current" | 41 | <lb-table :page-size="pageData.size" :current-page.sync="pageData.current" :total="pageData.total" |
| 42 | :total="pageData.total" @size-change="handleSizeChange" @p-current-change="handleCurrentChange" | 42 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
| 43 | :column="tableData.columns" :data="tableData.data"> | 43 | :data="tableData.data"> |
| 44 | </lb-table> | 44 | </lb-table> |
| 45 | <message-tips ref="msg" :message="message" /> | 45 | <message-tips ref="msg" :message="message" /> |
| 46 | </div> | 46 | </div> |
| ... | @@ -68,7 +68,6 @@ export default { | ... | @@ -68,7 +68,6 @@ export default { |
| 68 | }, | 68 | }, |
| 69 | data () { | 69 | data () { |
| 70 | return { | 70 | return { |
| 71 | loading: false, | ||
| 72 | form: { | 71 | form: { |
| 73 | YWH: '', | 72 | YWH: '', |
| 74 | QLLX: '', | 73 | QLLX: '', |
| ... | @@ -163,7 +162,6 @@ export default { | ... | @@ -163,7 +162,6 @@ export default { |
| 163 | }, | 162 | }, |
| 164 | async featchData () { | 163 | async featchData () { |
| 165 | try { | 164 | try { |
| 166 | this.loading = true | ||
| 167 | this.form = Object.assign(this.form, this.formData) | 165 | this.form = Object.assign(this.form, this.formData) |
| 168 | let { result: { list, total, pages: pageSize, pageNum: current } | 166 | let { result: { list, total, pages: pageSize, pageNum: current } |
| 169 | } = await business.getQltFwFdcqYzByCondition(this.form) | 167 | } = await business.getQltFwFdcqYzByCondition(this.form) |
| ... | @@ -177,7 +175,6 @@ export default { | ... | @@ -177,7 +175,6 @@ export default { |
| 177 | this.message = error | 175 | this.message = error |
| 178 | this.$refs.msg.messageShow() | 176 | this.$refs.msg.messageShow() |
| 179 | } | 177 | } |
| 180 | this.loading = false | ||
| 181 | }, | 178 | }, |
| 182 | async handlDatadetails (index, row) { | 179 | async handlDatadetails (index, row) { |
| 183 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 180 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
| ... | @@ -192,3 +189,6 @@ export default { | ... | @@ -192,3 +189,6 @@ export default { |
| 192 | } | 189 | } |
| 193 | } | 190 | } |
| 194 | </script> | 191 | </script> |
| 192 | <style scoped lang="scss"> | ||
| 193 | @import "~@/styles/public.scss"; | ||
| 194 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment