Browse Source

优化普适边距

master
dai 3 years ago
parent
commit
8109ba26b4
  1. BIN
      src/assets/img/modules/visual/fenlei-box.png
  2. 7
      src/assets/scss/main-shuju.scss
  3. 32
      src/assets/scss/modules/visual/basicInfoMain.scss
  4. 8
      src/assets/scss/modules/visual/distributionAnalyze.scss
  5. 10
      src/assets/scss/modules/visual/duoyuanfenxi.scss
  6. 21
      src/assets/scss/modules/visual/fiveLayerMap.scss
  7. 2
      src/assets/scss/modules/visual/heart.scss
  8. 2
      src/assets/scss/modules/visual/houseStatic.scss
  9. 4
      src/assets/scss/modules/visual/personCategory.scss
  10. 12
      src/assets/scss/modules/visual/processAnalyze.scss
  11. 10
      src/assets/scss/modules/visual/resibuzz.scss
  12. 12
      src/assets/scss/modules/visual/shijianchulifenxi.scss
  13. 12
      src/assets/scss/modules/visual/shijianfenleifenxi.scss
  14. 10
      src/assets/scss/modules/visual/typeAnalyze.scss
  15. 2
      src/assets/scss/modules/visual/warning.scss
  16. 2
      src/views/main-shuju/main-content.vue
  17. 2
      src/views/main-shuju/main.vue
  18. 6
      src/views/modules/visual/basicinfo/peopleList.vue
  19. 2
      src/views/modules/visual/communityGovern/distributionAnalyze.vue
  20. 2
      src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue
  21. 2
      src/views/modules/visual/communityGovern/resibuzz.vue
  22. 2
      src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue
  23. 2
      src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue
  24. 2
      src/views/modules/visual/communityGovern/typeAnalyze.vue
  25. 2
      src/views/modules/visual/communityParty/community.vue
  26. 1
      src/views/modules/visual/measure/volunteer.vue
  27. 19
      src/views/modules/visual/plugin/power/organization.vue

BIN
src/assets/img/modules/visual/fenlei-box.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

7
src/assets/scss/main-shuju.scss

@ -4,16 +4,15 @@
@import "./c/function"; @import "./c/function";
@import "./modules/visual/c/common.scss"; @import "./modules/visual/c/common.scss";
// $navbar--height: 60px; .g-main {
body { padding: 10px 20px 0;
} }
.m-iframe { .m-iframe {
position: relative; position: relative;
box-sizing: content-box; box-sizing: content-box;
width: calc(100% + 20px); width: calc(100% + 20px);
// height: calc(100vh - 55px); margin: -10px -20px 0;
margin: -10px;
z-index: 100; z-index: 100;
} }

32
src/assets/scss/modules/visual/basicInfoMain.scss

@ -3,7 +3,8 @@
@import "./c/common"; @import "./c/common";
.div_top { .div_top {
margin-left: 10px; margin-left: 10px;
height: 35px; height: 40px;
line-height: 35px;
.router_line { .router_line {
width: 212px; width: 212px;
height: 1px; height: 1px;
@ -12,8 +13,8 @@
/* opacity: 0.09; */ /* opacity: 0.09; */
} }
.div_router { .div_router {
margin-top: 5px;
font-size: 16px; font-size: 16px;
font-weight: bold;
.router_parents { .router_parents {
color: #a0c3d9; color: #a0c3d9;
@ -40,7 +41,7 @@
width: 100%; width: 100%;
// padding: 10px 5px 13px; // padding: 10px 5px 13px;
// margin-top: 8px; // margin-top: 8px;
height: calc(88vh - 15px); height: calc(840px - 15px);
color: #fff; color: #fff;
// background: url('../../../img/modules/visual/warning-box.png') no-repeat // background: url('../../../img/modules/visual/warning-box.png') no-repeat
// center; // center;
@ -109,10 +110,9 @@
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: calc(88vh - 10px); height: calc(840px - 10px);
color: #fff; color: #fff;
background: url('../../../img/modules/visual/warning-box.png') no-repeat background: url("../../../img/modules/visual/fenlei-box.png") no-repeat center;
center;
background-size: 100% 100%; background-size: 100% 100%;
// padding: 45px 21px 35px 24px; // padding: 45px 21px 35px 24px;
@ -208,13 +208,12 @@
.div_community_info { .div_community_info {
box-sizing: border-box; box-sizing: border-box;
flex: 0 0 calc(100vw - 620px); flex: 0 0 calc(1919px - 620px);
// width: calc(100vw - 560px); // width: calc(1919px - 560px);
height: calc(88vh - 10px); height: calc(840px - 10px);
color: #fff; color: #fff;
background: url('../../../img/modules/visual/warning-box.png') no-repeat background: url("../../../img/modules/visual/warning-box.png") no-repeat center;
center;
background-size: 100% 100%; background-size: 100% 100%;
.div_select { .div_select {
@ -253,11 +252,11 @@
box-sizing: border-box; box-sizing: border-box;
margin-top: 9px; margin-top: 9px;
height: calc(88vh - 120px); height: calc(840px - 120px);
} }
.div_room { .div_room {
// height: calc(88vh - 40px); // height: calc(840px - 40px);
// margin-top: 9px; // margin-top: 9px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -329,7 +328,6 @@
justify-content: center; justify-content: center;
} }
} }
} }
.div_user:hover { .div_user:hover {
cursor: pointer; cursor: pointer;
@ -362,7 +360,7 @@
} }
.div_room::after { .div_room::after {
content: ''; content: "";
flex: 1; flex: 1;
} }
} }
@ -443,7 +441,7 @@
width: 320px; width: 320px;
height: 470px; height: 470px;
color: #fff; color: #fff;
background: url('../../../img/modules/visual/box-2.png') no-repeat center; background: url("../../../img/modules/visual/box-2.png") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
padding: 45px 20px 35px 20px; padding: 45px 20px 35px 20px;
@ -578,7 +576,5 @@
} }
} }
} }
} }
} }

8
src/assets/scss/modules/visual/distributionAnalyze.scss

@ -117,11 +117,11 @@
flex-direction: row; flex-direction: row;
// flex-wrap: wrap; // flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
height: calc(100vh - 190px); height: calc(988px - 190px);
.g-l { .g-l {
width: 40%; width: 40%;
height: calc(100vh - 200px); height: calc(988px - 200px);
.echart-line { .echart-line {
margin-left: 30px; margin-left: 30px;
@ -149,11 +149,11 @@
.g-r { .g-r {
width: 55%; width: 55%;
height: calc(100vh - 210px); height: calc(988px - 210px);
.r-map { .r-map {
position: relative; position: relative;
height: calc(100vh - 210px - 50px); height: calc(988px - 210px - 50px);
width: 100%; width: 100%;
.map { .map {

10
src/assets/scss/modules/visual/duoyuanfenxi.scss

@ -6,12 +6,12 @@
.g-cpt-resi { .g-cpt-resi {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: calc(100vh - 180px); height: calc(988px - 180px);
.g-l { .g-l {
flex-shrink: 0; flex-shrink: 0;
width: 700px; width: 700px;
height: calc(100vh - 230px); height: calc(988px - 230px);
.l_top { .l_top {
height: 385px; height: 385px;
@ -21,7 +21,7 @@
} }
.l_bottom { .l_bottom {
height: calc(100vh - 230px - 385px); height: calc(988px - 230px - 385px);
margin-top: 40px; margin-top: 40px;
} }
} }
@ -29,8 +29,8 @@
.g-r { .g-r {
text-align: center; text-align: center;
margin: 20px 10px 20px; margin: 20px 10px 20px;
width: calc(100vw - 700px); width: calc(1919px - 700px);
height: calc(100vh - 180px - 20px); height: calc(988px - 180px - 20px);
} }
} }

21
src/assets/scss/modules/visual/fiveLayerMap.scss

@ -3,7 +3,8 @@
@import "./c/common"; @import "./c/common";
.div_top { .div_top {
margin-left: 10px; margin-left: 10px;
height: 35px; height: 40px;
line-height: 35px;
.router_line { .router_line {
width: 212px; width: 212px;
height: 1px; height: 1px;
@ -12,8 +13,8 @@
/* opacity: 0.09; */ /* opacity: 0.09; */
} }
.div_router { .div_router {
margin-top: 5px;
font-size: 16px; font-size: 16px;
font-weight: bold;
.router_parents { .router_parents {
color: #a0c3d9; color: #a0c3d9;
@ -40,7 +41,7 @@
width: 100%; width: 100%;
// padding: 10px 5px 13px; // padding: 10px 5px 13px;
// margin-top: 8px; // margin-top: 8px;
height: calc(88vh - 15px); height: calc(840px - 15px);
color: #fff; color: #fff;
// background: url('../../../img/modules/visual/warning-box.png') no-repeat // background: url('../../../img/modules/visual/warning-box.png') no-repeat
// center; // center;
@ -159,7 +160,7 @@
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
margin-top:10px; margin-top:10px;
height: calc(88vh - 302px - 10px); height: calc(840px - 302px - 10px);
color: #fff; color: #fff;
background: url('../../../img/modules/visual/warning-box.png') no-repeat background: url('../../../img/modules/visual/warning-box.png') no-repeat
center; center;
@ -210,7 +211,7 @@
.tb { .tb {
height: calc(88vh - 302px - 10px - 150px); height: calc(840px - 302px - 10px - 150px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
margin-top:20px; margin-top:20px;
@ -252,10 +253,10 @@
.div_community_info { .div_community_info {
box-sizing: border-box; box-sizing: border-box;
flex: 0 0 calc(100vw - 620px); flex: 0 0 calc(1919px - 620px);
// width: calc(100vw - 560px); // width: calc(1919px - 560px);
height: calc(88vh - 10px); height: calc(840px - 10px);
color: #fff; color: #fff;
background: url('../../../img/modules/visual/warning-box.png') no-repeat background: url('../../../img/modules/visual/warning-box.png') no-repeat
center; center;
@ -297,11 +298,11 @@
box-sizing: border-box; box-sizing: border-box;
margin-top: 9px; margin-top: 9px;
height: calc(88vh - 120px); height: calc(840px - 120px);
} }
.div_room { .div_room {
// height: calc(88vh - 40px); // height: calc(840px - 40px);
// margin-top: 9px; // margin-top: 9px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;

2
src/assets/scss/modules/visual/heart.scss

@ -64,7 +64,7 @@
} }
} }
.tb { .tb {
height: calc(100vh - 230px); height: calc(988px - 230px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
} }

2
src/assets/scss/modules/visual/houseStatic.scss

@ -1,5 +1,5 @@
.warning-box{ .warning-box{
padding: 0 21px 20px 24px padding: 0 ;
} }
.no-data{ .no-data{
margin-top:50px; margin-top:50px;

4
src/assets/scss/modules/visual/personCategory.scss

@ -8,7 +8,7 @@
color: #fff; color: #fff;
// background: url("../../../img/modules/visual/warning-box.png") no-repeat center; // background: url("../../../img/modules/visual/warning-box.png") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
padding: 15px 21px 15px 24px; // padding: 15px 21px 15px 24px;
@ -159,7 +159,7 @@
&-bottom { &-bottom {
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
// height: calc(100vh - 535px); // height: calc(988px - 535px);
min-height: 300px; min-height: 300px;
margin-top: 60px; margin-top: 60px;
} }

12
src/assets/scss/modules/visual/processAnalyze.scss

@ -6,12 +6,12 @@
.g-cpt-resi { .g-cpt-resi {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: calc(100vh - 180px); height: calc(988px - 180px);
.g-l { .g-l {
flex-shrink: 0; flex-shrink: 0;
width: 700px; width: 700px;
height: calc(100vh - 230px); height: calc(988px - 230px);
.l_top { .l_top {
height: 385px; height: 385px;
@ -24,7 +24,7 @@
} }
} }
.l_bottom { .l_bottom {
height: calc(100vh - 230px - 385px); height: calc(988px - 230px - 385px);
margin-top: 20px; margin-top: 20px;
} }
} }
@ -32,8 +32,8 @@
.g-r { .g-r {
text-align: center; text-align: center;
margin: 20px 10px 20px; margin: 20px 10px 20px;
width: calc(100vw - 700px); width: calc(1919px - 700px);
height: calc(100vh - 180px - 20px); height: calc(988px - 180px - 20px);
} }
} }
@ -119,7 +119,7 @@
.g-r { .g-r {
.r-map { .r-map {
position: relative; position: relative;
height: calc(100vh - 180px - 20px - 70px); height: calc(988px - 180px - 20px - 70px);
width: 100%; width: 100%;
.map { .map {

10
src/assets/scss/modules/visual/resibuzz.scss

@ -9,19 +9,19 @@
flex-direction: row; flex-direction: row;
// flex-wrap: wrap; // flex-wrap: wrap;
// justify-content: center; // justify-content: center;
height: calc(100vh - 180px); height: calc(988px - 180px);
.g-l { .g-l {
flex-shrink: 0; flex-shrink: 0;
width: 600px; width: 600px;
height: calc(100vh - 180px); height: calc(988px - 180px);
} }
.g-r { .g-r {
text-align: center; text-align: center;
margin: 40px 0 0 19px; margin: 40px 0 0 19px;
width: calc(100vw - 60px - 600px); width: calc(1919px - 60px - 600px);
// height: calc(100vh - 170px - 20px); // height: calc(988px - 170px - 20px);
} }
} }
@ -30,7 +30,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
.tb { .tb {
height: calc(100vh - 170px - 50px - 50px); height: calc(988px - 170px - 50px - 50px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
} }

12
src/assets/scss/modules/visual/shijianchulifenxi.scss

@ -6,12 +6,12 @@
.g-cpt-resi { .g-cpt-resi {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: calc(100vh - 180px); height: calc(988px - 180px);
.g-l { .g-l {
flex-shrink: 0; flex-shrink: 0;
width: 700px; width: 700px;
height: calc(100vh - 230px); height: calc(988px - 230px);
.l_top { .l_top {
height: 355px; height: 355px;
@ -21,7 +21,7 @@
} }
.l_bottom { .l_bottom {
height: calc(100vh - 200px - 365px); height: calc(988px - 200px - 365px);
margin-top: 0; margin-top: 0;
} }
} }
@ -29,8 +29,8 @@
.g-r { .g-r {
text-align: center; text-align: center;
margin: 20px 10px 20px; margin: 20px 10px 20px;
width: calc(100vw - 700px); width: calc(1919px - 700px);
height: calc(100vh - 180px - 20px); height: calc(988px - 180px - 20px);
} }
} }
@ -74,7 +74,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
.tb { .tb {
height: calc(100vh - 170px - 50px - 50px); height: calc(988px - 170px - 50px - 50px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
} }

12
src/assets/scss/modules/visual/shijianfenleifenxi.scss

@ -6,12 +6,12 @@
.g-cpt-resi { .g-cpt-resi {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: calc(100vh - 180px); height: calc(988px - 180px);
.g-l { .g-l {
flex-shrink: 0; flex-shrink: 0;
width: 700px; width: 700px;
height: calc(100vh - 230px); height: calc(988px - 230px);
.l_top { .l_top {
height: 385px; height: 385px;
@ -21,7 +21,7 @@
} }
.l_bottom { .l_bottom {
height: calc(100vh - 230px - 385px); height: calc(988px - 230px - 385px);
margin-top: 20px; margin-top: 20px;
} }
} }
@ -29,8 +29,8 @@
.g-r { .g-r {
text-align: center; text-align: center;
margin: 20px 10px 20px; margin: 20px 10px 20px;
width: calc(100vw - 700px); width: calc(1919px - 700px);
height: calc(100vh - 180px - 20px); height: calc(988px - 180px - 20px);
} }
} }
@ -80,7 +80,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
.tb { .tb {
height: calc(100vh - 170px - 50px - 50px); height: calc(988px - 170px - 50px - 50px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
} }

10
src/assets/scss/modules/visual/typeAnalyze.scss

@ -8,19 +8,19 @@
flex-direction: row; flex-direction: row;
// flex-wrap: wrap; // flex-wrap: wrap;
// justify-content: center; // justify-content: center;
height: calc(100vh - 180px); height: calc(988px - 180px);
.g-l { .g-l {
flex-shrink: 0; flex-shrink: 0;
width: 600px; width: 600px;
height: calc(100vh - 180px); height: calc(988px - 180px);
} }
.g-r { .g-r {
text-align: center; text-align: center;
margin: 40px 0 0 19px; margin: 40px 0 0 19px;
width: calc(100vw - 60px - 600px); width: calc(1919px - 60px - 600px);
// height: calc(100vh - 140px - 20px); // height: calc(988px - 140px - 20px);
} }
} }
@ -29,7 +29,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
.tb { .tb {
height: calc(100vh - 170px - 50px - 50px); height: calc(988px - 170px - 50px - 50px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
} }

2
src/assets/scss/modules/visual/warning.scss

@ -8,7 +8,7 @@
color: #fff; color: #fff;
// background: url("../../../img/modules/visual/warning-box.png") no-repeat center; // background: url("../../../img/modules/visual/warning-box.png") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
padding: 45px 21px 35px 24px; padding-top: 40px;
&-top { &-top {
display: flex; display: flex;

2
src/views/main-shuju/main-content.vue

@ -1,5 +1,5 @@
<template> <template>
<main :class="['aui-content']"> <main class="g-main">
<!-- tab展示内容 --> <!-- tab展示内容 -->
<template> <template>
<template v-if="tabIsIframe($router.currentRoute.meta.iframeURL)"> <template v-if="tabIsIframe($router.currentRoute.meta.iframeURL)">

2
src/views/main-shuju/main.vue

@ -138,7 +138,7 @@ export default {
<style lang="scss" src="@/assets/scss/main-shuju.scss" scoped></style> <style lang="scss" src="@/assets/scss/main-shuju.scss" scoped></style>
<style lang="scss"> <style lang="scss">
.info-h { .info-h {
height: calc(100vh - 320px); height: calc(100% - 320px);
// overflow: auto; // overflow: auto;
} }
.info-scroll { .info-scroll {

6
src/views/modules/visual/basicinfo/peopleList.vue

@ -226,9 +226,9 @@ export default {
} }
} }
.list_box { .list_box {
width: 96%; width: 100%;
height: 780px; height: 780px;
margin: 20px auto; margin: 0 auto;
} }
.warning-table { .warning-table {
height: 640px; height: 640px;
@ -239,7 +239,7 @@ export default {
text-align: right; text-align: right;
} }
.g-bread { .g-bread {
padding: 10px 20px; padding: 10px 10px 15px;
::v-deep .el-breadcrumb__item { ::v-deep .el-breadcrumb__item {
font-size: 16px; font-size: 16px;
.el-breadcrumb__inner { .el-breadcrumb__inner {

2
src/views/modules/visual/communityGovern/distributionAnalyze.vue

@ -1,5 +1,5 @@
<template> <template>
<cpt-card> <cpt-card style="margin-top:40px">
<div class="title"> <div class="title">
<div class="card-title"> <div class="card-title">
<img src="@/assets/img/shuju/title-tip.png" /> <img src="@/assets/img/shuju/title-tip.png" />

2
src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue

@ -1,5 +1,5 @@
<template> <template>
<cpt-card> <cpt-card style="margin-top:40px">
<div class="title"> <div class="title">
<img src="@/assets/img/shuju/title-tip.png" /> <img src="@/assets/img/shuju/title-tip.png" />
<span>多元主体分析</span> <span>多元主体分析</span>

2
src/views/modules/visual/communityGovern/resibuzz.vue

@ -1,5 +1,5 @@
<template> <template>
<cpt-card> <cpt-card style="margin-top:40px">
<div class="title"> <div class="title">
<img src="@/assets/img/shuju/title-tip.png" /> <img src="@/assets/img/shuju/title-tip.png" />
<span>居民热议分析</span> <span>居民热议分析</span>

2
src/views/modules/visual/communityGovern/shijianchuli/shijianchulifenxi.vue

@ -1,5 +1,5 @@
<template> <template>
<cpt-card> <cpt-card style="margin-top:40px">
<div class="title"> <div class="title">
<img src="@/assets/img/shuju/title-tip.png" /> <img src="@/assets/img/shuju/title-tip.png" />
<span>事件处理分析</span> <span>事件处理分析</span>

2
src/views/modules/visual/communityGovern/shijianfenlei/shijianfenleifenxi.vue

@ -1,5 +1,5 @@
<template> <template>
<cpt-card> <cpt-card style="margin-top:40px">
<div class="title"> <div class="title">
<img src="@/assets/img/shuju/title-tip.png" /> <img src="@/assets/img/shuju/title-tip.png" />
<span>事件分类分析</span> <span>事件分类分析</span>

2
src/views/modules/visual/communityGovern/typeAnalyze.vue

@ -1,5 +1,5 @@
<template> <template>
<cpt-card> <cpt-card style="margin-top:40px">
<div class="title"> <div class="title">
<img src="@/assets/img/shuju/title-tip.png" /> <img src="@/assets/img/shuju/title-tip.png" />
<span>事件分类分析</span> <span>事件分类分析</span>

2
src/views/modules/visual/communityParty/community.vue

@ -1078,7 +1078,7 @@ export default {
flex: 1; flex: 1;
} }
.card-wr:last-child { .card-wr:last-child {
margin-left: 20px; // margin-left: 20px;
} }
::v-deep .table-body { ::v-deep .table-body {
overflow: auto; overflow: auto;

1
src/views/modules/visual/measure/volunteer.vue

@ -627,7 +627,6 @@ export default {
.card-wr:last-child { .card-wr:last-child {
margin-left: 20px; margin-left: 20px;
} }
padding: 25px 21px 15px 24px;
} }
.card-title { .card-title {
display: flex; display: flex;

19
src/views/modules/visual/plugin/power/organization.vue

@ -1,15 +1,11 @@
<template> <template>
<div class="warning-box"> <div class="warning-box">
<cpt-card> <cpt-card>
<!-- <div class="card-title"> <div class="card-title">
<img class="title-icon" src="../../../../../assets/img/shuju/title-tip.png" /> <img class="title-icon" src="../../../../../assets/img/shuju/title-tip.png" />
<div class="title-label"> <div class="title-label">
动力主轴 动力主轴
</div> </div>
</div> -->
<div class="title">
<img src="../../../../../assets/img/shuju/title-tip.png" />
<span>动力主轴</span>
<div class="second-select cascader"> <div class="second-select cascader">
<el-cascader class="customer_cascader" <el-cascader class="customer_cascader"
ref="myCascader" ref="myCascader"
@ -20,19 +16,6 @@
@change="handleChangeAgencytree" @change="handleChangeAgencytree"
:props="{ expandTrigger: 'hover', emitPath: false, label: 'orgName', value: 'orgId', children: 'subOrgList' }"/> :props="{ expandTrigger: 'hover', emitPath: false, label: 'orgName', value: 'orgId', children: 'subOrgList' }"/>
</div> </div>
<!-- <div class="second-select ">
<el-date-picker v-model="dateIdShow"
type="date"
:clearable="false"
@change="handleChangeDate"
:picker-options="pickerOptions"
prefix-icon="el-icon-caret-bottom"
placeholder="选择日期"
value-format="yyyy-MM-dd">
</el-date-picker>
</div> -->
</div> </div>
<div class="card-panel"> <div class="card-panel">
<div class="card-left"> <div class="card-left">

Loading…
Cancel
Save