Browse Source

修改样式

lex-xin 4 years ago
parent
commit
98da954b4f

File diff suppressed because it is too large
+ 0 - 0
dist/app.655f7629e8a3214205f4.js


+ 0 - 0
dist/css/chunk-vendors.dca48759.css → dist/css/chunk-vendors.d8a09c6f.css


File diff suppressed because it is too large
+ 0 - 0
dist/css/visitList.57fbae9d.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/chunk-vendors.54e117a6.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/chunk-vendors.881b7ce5.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/visitList.064f9ab0.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/visitList.af27ca06.js


+ 2 - 2
src/main.js

@@ -19,8 +19,8 @@ Vue.use(Button).use(Icon).use(Tag).use(Swipe).use(SwipeItem)
    .use(CountDown).use(Panel).use(Dialog).use(Sticky).use(Rate).use(Switch)
 Vue.config.productionTip = false
 
-import Vconsole from 'vconsole'
-const vconsole = new Vconsole()
+// import Vconsole from 'vconsole'
+// const vconsole = new Vconsole()
 
 import VueAMap from 'vue-amap'
 Vue.use(VueAMap)

+ 12 - 12
src/views/visitManager/visitList.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="visitList">
     <m-header v-if="headerStatus" />
-    <van-dropdown-menu active-color="#14928A">
+    <van-dropdown-menu active-color="#14928A" :close-on-click-outside="false">
       <van-dropdown-item v-model="value1" @change="onTypeChange" title="回访类型" :options="option1" />
       <van-dropdown-item
         v-model="value2"
@@ -17,19 +17,19 @@
           <div class="cancelBtn" @click="cancelBtn">重置</div>
           <div class="okBtn" @click="okBtn">确定</div>
         </div>
-        <van-popup v-model="dataForm.status" position="bottom" :style="{ height: '40%' }">
-          <van-datetime-picker
-            v-model="dataForm.currentDate"
-            :min-date="dataForm.minDate"
-            :max-date="dataForm.maxDate"
-            :formatter="formatter"
-            @cancel="dataForm.status = false"
-            type="date"
-            @confirm="chioseDate"
-          />
-        </van-popup>
       </van-dropdown-item>
     </van-dropdown-menu>
+    <van-popup v-model="dataForm.status" position="bottom" :style="{ height: '40%' }">
+      <van-datetime-picker
+        v-model="dataForm.currentDate"
+        :min-date="dataForm.minDate"
+        :max-date="dataForm.maxDate"
+        :formatter="formatter"
+        @cancel="dataForm.status = false"
+        type="date"
+        @confirm="chioseDate"
+      />
+    </van-popup>
     <van-list
       v-model="loading"
       v-if="dataShow"

Some files were not shown because too many files changed in this diff