snow 1 年之前
父节点
当前提交
76185dddf5

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.18bef6de.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.106bd799.js


二进制
dist/static/js/app.106bd799.js.gz


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.d85b7f6b.js


二进制
dist/static/js/app.d85b7f6b.js.gz


+ 9 - 5
src/components/newReport/src/date-picker-title.vue

@@ -1,9 +1,13 @@
 <template>
-  <div class="picker-title" style="display: flex;align-items: center;justify-content: space-between;margin: 10px 0px;">
-    <p style="margin:0">{{ title }}</p>
-    <div style="width:460px;display: flex;justify-content: flex-end;">
-      <period-date-picker :start="date[0]" :end="date[1]" size="mini" width="125px" @timeReturned="time($event)" />
-    </div>
+  <div class="picker-title" style="width:100%;margin:10px 0px">
+    <el-row>
+      <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
+        <p style="margin:0">{{ title }}</p>
+      </el-col>
+      <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" style="display: flex;justify-content: flex-end;">
+        <period-date-picker :start="date[0]" :end="date[1]" size="mini" width="125px" @timeReturned="time($event)" />
+      </el-col>
+    </el-row>
   </div>
 </template>
 

+ 1 - 1
src/pages/stock.vue

@@ -15,7 +15,7 @@
         </el-col>
 
         <el-col :xs="24">
-          <send-exp :title="'3.待采购备货统计'" :date="date" />
+          <send-exp :title="'3.待采购备货时效统计'" :date="date" />
         </el-col>
 
         <el-col :xs="24">

部分文件因为文件数量过多而无法显示