|
@@ -91,9 +91,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="desc-panel">
|
|
<view class="desc-panel">
|
|
|
- <view class="desc-title">生产情况</view>
|
|
|
|
|
|
|
+ <view class="desc-title">生产动态概述</view>
|
|
|
<text class="desc-text">
|
|
<text class="desc-text">
|
|
|
- {{ item.productionSummary || "暂无生产情况说明" }}
|
|
|
|
|
|
|
+ {{ item.productionSummary || "暂无生产动态概述" }}
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -102,7 +102,7 @@
|
|
|
|
|
|
|
|
<view class="filter-bar">
|
|
<view class="filter-bar">
|
|
|
<view class="filter-main">
|
|
<view class="filter-main">
|
|
|
- <text class="filter-label">统计日期</text>
|
|
|
|
|
|
|
+ <text class="filter-label">创建时间</text>
|
|
|
|
|
|
|
|
<uni-datetime-picker
|
|
<uni-datetime-picker
|
|
|
v-model="selectedDate"
|
|
v-model="selectedDate"
|
|
@@ -293,7 +293,7 @@ onMounted(() => {
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.report-page {
|
|
.report-page {
|
|
|
- min-height: 100vh;
|
|
|
|
|
|
|
+ max-height: 100vh;
|
|
|
padding: 12px;
|
|
padding: 12px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
@@ -349,7 +349,7 @@ onMounted(() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.report-scroll {
|
|
.report-scroll {
|
|
|
- height: calc(100vh - 110px);
|
|
|
|
|
|
|
+ height: calc(100vh - 140px);
|
|
|
padding-top: 12px;
|
|
padding-top: 12px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|