浏览代码

style工作台

Shannon_mu 3 年之前
父节点
当前提交
8e756399e3

+ 27 - 15
operationSupport/src/views/newWorkBench/components/collectionRate.vue

@@ -2,21 +2,24 @@
     <div class="modelBlock">
         <div class="model-title">
             <div class="model-title-text">收款率分析</div>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
-                <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
-            </el-select>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
-                <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
-            </el-select>
-            <el-date-picker
-                value-format="yyyyMM"
-                v-model="mixins_query.date"
-                type="month"
-                placeholder="选择月"
-                class="saveColumn-select"
-                @change="getData"
-            >
-            </el-date-picker>
+            <div class="model-title-right">
+                <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select" @change="getData">
+                    <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
+                </el-select>
+                <el-select v-model="mixins_query.communityId" placeholder="所有费用" clearable class="saveColumn-select" @change="getData">
+                    <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
+                </el-select>
+                <el-date-picker
+                    value-format="yyyyMM"
+                    v-model="mixins_query.date"
+                    type="month"
+                    placeholder="选择月"
+                    class="saveColumn-select"
+                    @change="getData"
+                    :clearable="false"
+                >
+                </el-date-picker>
+            </div>
         </div>
         <div class="model-content">
             <process-circle
@@ -99,6 +102,15 @@ export default {
         }
     }
 }
+.model-title {
+    .model-title-right {
+        .saveColumn-select {
+            &:not(:first-child) {
+                margin-left: rem(10);
+            }
+        }
+    }
+}
 
 .textAmount {
     width: rem(100);

+ 1 - 1
operationSupport/src/views/newWorkBench/components/complaintsAndSuggestions.vue

@@ -4,7 +4,7 @@
         <div class="model-title">
             <div class="model-title-text">投诉建议数量趋势</div>
             <div class="model-title-right">
-                <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
+                <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select" @change="getData">
                     <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
                 </el-select>
                 <el-date-picker

+ 23 - 12
operationSupport/src/views/newWorkBench/components/complaintsSuggestions.vue

@@ -2,18 +2,20 @@
     <div class="modelBlock">
         <div class="model-title">
             <div class="model-title-text">投诉建议类型</div>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
-                <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
-            </el-select>
-            <el-date-picker
-                value-format="yyyyMM"
-                v-model="mixins_query.date"
-                type="month"
-                placeholder="选择月"
-                class="saveColumn-select"
-                @change="getData"
-            >
-            </el-date-picker>
+            <div class="model-title-right">
+                <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
+                    <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
+                </el-select>
+                <el-date-picker
+                    value-format="yyyyMM"
+                    v-model="mixins_query.date"
+                    type="month"
+                    placeholder="选择月"
+                    class="saveColumn-select"
+                    @change="getData"
+                >
+                </el-date-picker>
+            </div>
         </div>
         <div class="model-content">
             <zz-echart :option="clientOptions" class="chart"></zz-echart>
@@ -100,4 +102,13 @@ export default {
 </script>
 <style lang="scss" scoped>
 @import './style.scss';
+.model-title {
+    .model-title-right {
+        .saveColumn-select {
+            &:not(:first-child) {
+                margin-left: rem(20);
+            }
+        }
+    }
+}
 </style>

+ 1 - 1
operationSupport/src/views/newWorkBench/components/discount.vue

@@ -2,7 +2,7 @@
     <div class="modelBlock">
         <div class="model-title">
             <div class="model-title-text">设备告警趋势(近一个月)</div>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
+            <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select" @change="getData">
                 <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
             </el-select>
         </div>

+ 1 - 1
operationSupport/src/views/newWorkBench/components/equipmentStatistics.vue

@@ -2,7 +2,7 @@
     <div class="modelBlock">
         <div class="model-title">
             <div class="model-title-text">设备设施统计</div>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select">
+            <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select">
                 <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
             </el-select>
         </div>

+ 1 - 1
operationSupport/src/views/newWorkBench/components/householdGender.vue

@@ -2,7 +2,7 @@
     <div class="modelBlock">
         <div class="model-title">
             <div class="model-title-text">住户性别占比</div>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
+            <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select" @change="getData">
                 <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
             </el-select>
         </div>

+ 1 - 1
operationSupport/src/views/newWorkBench/components/householdIdentity.vue

@@ -2,7 +2,7 @@
     <div class="modelBlock">
         <div class="model-title">
             <div class="model-title-text">住户身份占比</div>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
+            <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select" @change="getData">
                 <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
             </el-select>
         </div>

+ 1 - 1
operationSupport/src/views/newWorkBench/components/rentalAndSaleRate.vue

@@ -2,7 +2,7 @@
     <div class="modelBlock">
         <div class="model-title">
             <div class="model-title-text">房屋租售率</div>
-            <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
+            <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select" @change="getData">
                 <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
             </el-select>
         </div>

+ 1 - 1
operationSupport/src/views/newWorkBench/components/satisfaction.vue

@@ -3,7 +3,7 @@
         <div class="model-title">
             <div class="model-title-text">服务满意度趋势</div>
             <div class="model-title-right">
-                <el-select v-model="mixins_query.communityId" placeholder="全部社区" clearable class="saveColumn-select" @change="getData">
+                <el-select v-model="mixins_query.communityId" placeholder="所有社区" clearable class="saveColumn-select" @change="getData">
                     <el-option v-for="(item, index) in communityList" :label="item.communityName" :value="item.id" :key="index"></el-option>
                 </el-select>
                 <el-select v-model="mixins_query.type" placeholder="所有服务" class="saveColumn-select">

+ 1 - 1
operationSupport/src/views/newWorkBench/editWorkbench.vue

@@ -3,7 +3,7 @@
         <div class="ComponentSave">
             <div class="saveColumn">
                 <span class="title">工作台-自拟定</span>
-                <el-select v-model="model" clearable @change="changeSelect" class="saveColumn-select">
+                <el-select v-model="model"  @change="changeSelect" class="saveColumn-select">
                     <el-option v-for="(item, index) in modelSelect" :key="index" :label="item.lable" :value="item.model_id"></el-option>
                 </el-select>
             </div>