diff --git a/src/views/components/dialog/index.vue b/src/views/components/dialog/index.vue index 3916dc6..c22533c 100644 --- a/src/views/components/dialog/index.vue +++ b/src/views/components/dialog/index.vue @@ -207,7 +207,7 @@ @@ -482,7 +482,7 @@ export default { obj = { ...this.pages, ...this.form,subdistrict:this.subdistrict }; } } else { - obj = this.pages + obj = {...this.pages,...this.form} } } else { // 不是苏州市是乡镇 @@ -494,6 +494,7 @@ export default { obj = { ...this.pages, ...this.form,subdistrict:this.subdistrict }; // } } + console.log(obj) // obj = { ...this.pages, ...this.form,subdistrict:this.subdistrict }; this.getTable(obj); }, diff --git a/src/views/yingji/echarts/executive.vue b/src/views/yingji/echarts/executive.vue index 7588259..0a8bb13 100644 --- a/src/views/yingji/echarts/executive.vue +++ b/src/views/yingji/echarts/executive.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-09-27 14:01:34 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-27 18:44:53 + * @LastEditTime: 2023-09-28 17:03:02 --> @@ -833,70 +831,70 @@ export default { // padding: 15px 10px; .filtrate { padding-bottom: 10px; - .select-input { - // margin-right: 10px; - margin-top: 20px; - display: flex; - align-items: center; - .select-span { - font-size: 13px; - font-family: "Alibaba PuHuiTi"; - font-weight: 400; - color: #525966; - // line-height: 40px; - margin-right: 10px; - } - ::v-deep .el-select, - .el-cascader { - background-color: transparent; - width: 180px; - .el-input__inner { - height: 33px; - } - // border-radius: 2px; - .el-input - .el-input__suffix - .el-input__suffix-inner - .el-icon-arrow-up::before { - content: ""; - background: url(../../assets/images/down2.png) center center - no-repeat; - background-size: cover; - position: absolute; - width: 10px; - height: 7px; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - } - } - } - .select-input { - width: 45%; - ::v-deep .el-input { - .el-input__inner { - height: 33px; - } - } - } - .select-btn { - width: 80px; - height: 33px; - background: #2378ec; - border-radius: 2px; - display: flex; - align-items: center; - justify-content: center; - font-size: 15px; - font-family: Alibaba PuHuiTi; - font-weight: 500; - color: #ffffff; - cursor: pointer; - margin-right: 10px; - } - .select-btn1 { - background: #28b384; - } + // .select-input { + // // margin-right: 10px; + // margin-top: 20px; + // display: flex; + // align-items: center; + // .select-span { + // font-size: 13px; + // font-family: "Alibaba PuHuiTi"; + // font-weight: 400; + // color: #525966; + // // line-height: 40px; + // margin-right: 10px; + // } + // ::v-deep .el-select, + // .el-cascader { + // background-color: transparent; + // width: 180px; + // .el-input__inner { + // height: 33px; + // } + // // border-radius: 2px; + // .el-input + // .el-input__suffix + // .el-input__suffix-inner + // .el-icon-arrow-up::before { + // content: ""; + // background: url(../../assets/images/down2.png) center center + // no-repeat; + // background-size: cover; + // position: absolute; + // width: 10px; + // height: 7px; + // top: 50%; + // left: 50%; + // transform: translate(-50%, -50%); + // } + // } + // } + // .select-input { + // width: 45%; + // ::v-deep .el-input { + // .el-input__inner { + // height: 33px; + // } + // } + // } + // .select-btn { + // width: 80px; + // height: 33px; + // background: #2378ec; + // border-radius: 2px; + // display: flex; + // align-items: center; + // justify-content: center; + // font-size: 15px; + // font-family: Alibaba PuHuiTi; + // font-weight: 500; + // color: #ffffff; + // cursor: pointer; + // margin-right: 10px; + // } + // .select-btn1 { + // background: #28b384; + // } } } } @@ -984,6 +982,11 @@ export default { .el-input__inner { height: 33px; } + .el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-up { + display: flex; + align-items: center; + justify-content: center; + } // border-radius: 2px; .el-input .el-input__suffix @@ -995,9 +998,10 @@ export default { position: absolute; width: 10px; height: 7px; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); + // top: 50%; + // left: 50%; + // transform: translate(-50%, -50%); + transform: rotate(180deg); } } }