Procházet zdrojové kódy

增加日期提示

cyy před 3 roky
rodič
revize
8e5a4450a5
1 změnil soubory, kde provedl 16 přidání a 13 odebrání
  1. 16 13
      src/views/crm/tongji.vue

+ 16 - 13
src/views/crm/tongji.vue

@@ -6,18 +6,21 @@
         <!-- 标题装饰组件 -->
           <header-decoration />
           <div class="pickDate">
-            <el-date-picker
-              v-model="allDate"
-              style="color: #000 !important;
-              width: 12%;
-              height:2.825rem;
-              line-height: 2.825rem;
-              text-align:center;"
-              type="month"
-              value-format="yyyy-MM"
-              @change="refreshAll(allDate)"
-              placeholder="选择月">
-            </el-date-picker>
+            <div style="width:15%">
+              <span>月份:</span>
+              <el-date-picker
+                v-model="allDate"
+                style="color: #000 !important;
+                width: 80%;
+                height:2.825rem;
+                line-height: 2.825rem;
+                text-align:center;"
+                type="month"
+                value-format="yyyy-MM"
+                @change="refreshAll(allDate)"
+                placeholder="选择月">
+              </el-date-picker>
+            </div>
             <div 
               @click.prevent="goBack()" 
               style="width: 12%;
@@ -408,7 +411,7 @@
     // float: left;
     display: flex;
     justify-content: space-between;
-    margin: -3% 10% 0;
+    margin: -3% 11% 0;
   }
   .customerC{
     display: flex;