bug修改
Showing
4 changed files
with
22 additions
and
12 deletions
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-03-17 15:18:47 | 4 | * @LastEditTime: 2023-03-31 13:53:41 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | class data extends filter { | 7 | class data extends filter { |
| ... | @@ -35,7 +35,7 @@ class data extends filter { | ... | @@ -35,7 +35,7 @@ class data extends filter { |
| 35 | { | 35 | { |
| 36 | label: "业务号", | 36 | label: "业务号", |
| 37 | prop: "ywh", | 37 | prop: "ywh", |
| 38 | minWidth: 150, | 38 | minWidth: 120, |
| 39 | }, | 39 | }, |
| 40 | { | 40 | { |
| 41 | label: "不动产单元号", | 41 | label: "不动产单元号", | ... | ... |
| ... | @@ -55,9 +55,9 @@ | ... | @@ -55,9 +55,9 @@ |
| 55 | 55 | ||
| 56 | <script> | 56 | <script> |
| 57 | 57 | ||
| 58 | import columnar from "@/components/Echart/Columnar"; | 58 | import columnar from "@/components/Echart/Columnar"; |
| 59 | import work from "@/api/work"; | 59 | import work from "@/api/work"; |
| 60 | export default { | 60 | export default { |
| 61 | data () { | 61 | data () { |
| 62 | return { | 62 | return { |
| 63 | // 日均接入量 | 63 | // 日均接入量 |
| ... | @@ -113,11 +113,11 @@ export default { | ... | @@ -113,11 +113,11 @@ export default { |
| 113 | }); | 113 | }); |
| 114 | }, | 114 | }, |
| 115 | }, | 115 | }, |
| 116 | }; | 116 | }; |
| 117 | </script> | 117 | </script> |
| 118 | 118 | ||
| 119 | <style lang="scss" scoped> | 119 | <style lang="scss" scoped> |
| 120 | .leftcard { | 120 | .leftcard { |
| 121 | width: 30%; | 121 | width: 30%; |
| 122 | display: flex; | 122 | display: flex; |
| 123 | height: calc(100vh - 114px); | 123 | height: calc(100vh - 114px); |
| ... | @@ -216,10 +216,12 @@ export default { | ... | @@ -216,10 +216,12 @@ export default { |
| 216 | content: ""; | 216 | content: ""; |
| 217 | width: 0.0052rem; | 217 | width: 0.0052rem; |
| 218 | height: 0.4688rem; | 218 | height: 0.4688rem; |
| 219 | background: linear-gradient(180deg, | 219 | background: linear-gradient( |
| 220 | 180deg, | ||
| 220 | #091b4c 0%, | 221 | #091b4c 0%, |
| 221 | #47b5e0 56%, | 222 | #47b5e0 56%, |
| 222 | #091b4c 100%); | 223 | #091b4c 100% |
| 224 | ); | ||
| 223 | } | 225 | } |
| 224 | 226 | ||
| 225 | .cardcontent-right { | 227 | .cardcontent-right { |
| ... | @@ -238,18 +240,26 @@ export default { | ... | @@ -238,18 +240,26 @@ export default { |
| 238 | } | 240 | } |
| 239 | 241 | ||
| 240 | p { | 242 | p { |
| 243 | width: 1.25rem; | ||
| 241 | margin-bottom: 0.0417rem; | 244 | margin-bottom: 0.0417rem; |
| 242 | 245 | ||
| 243 | span:nth-child(1) { | 246 | span:nth-child(1) { |
| 247 | text-align: right; | ||
| 248 | display: inline-block; | ||
| 249 | |||
| 250 | width: 45%; | ||
| 244 | margin-right: 0.0781rem; | 251 | margin-right: 0.0781rem; |
| 245 | } | 252 | } |
| 246 | 253 | ||
| 247 | span:nth-child(2) { | 254 | span:nth-child(2) { |
| 255 | text-align: left; | ||
| 256 | display: inline-block; | ||
| 257 | width: 45%; | ||
| 248 | font-size: 20px; | 258 | font-size: 20px; |
| 249 | font-weight: 900; | 259 | font-weight: 900; |
| 250 | } | 260 | } |
| 251 | } | 261 | } |
| 252 | } | 262 | } |
| 253 | } | 263 | } |
| 254 | } | 264 | } |
| 255 | </style> | 265 | </style> | ... | ... |
| ... | @@ -57,7 +57,7 @@ | ... | @@ -57,7 +57,7 @@ |
| 57 | 57 | ||
| 58 | let res = await work.getdjywltotal(p); | 58 | let res = await work.getdjywltotal(p); |
| 59 | res.result.map((item, index) => { | 59 | res.result.map((item, index) => { |
| 60 | this.config.data.push([index, item.AREACODE, item.ywtotal]) | 60 | this.config.data.push([index + 1, item.AREACODE, item.ywtotal]) |
| 61 | 61 | ||
| 62 | }); | 62 | }); |
| 63 | 63 | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | </el-form-item> | 7 | </el-form-item> |
| 8 | <el-row class="mb-5"> | 8 | <el-row class="mb-5"> |
| 9 | <el-col :span="4"> | 9 | <el-col :span="4"> |
| 10 | <el-form-item label="菜单名称" prop="rolesName"> | 10 | <el-form-item label="角色名称" prop="rolesName"> |
| 11 | <el-input v-model.trim="form.rolesName" class="width100" clearable placeholder="角色名称"></el-input> | 11 | <el-input v-model.trim="form.rolesName" class="width100" clearable placeholder="角色名称"></el-input> |
| 12 | </el-form-item> | 12 | </el-form-item> |
| 13 | </el-col> | 13 | </el-col> | ... | ... |
-
Please register or sign in to post a comment