添加统计页面

This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-08 11:09:34 +08:00
parent 6bd808e693
commit 555571fb6b
7 changed files with 1973 additions and 19 deletions

View File

@ -7,7 +7,6 @@
<view class="" @click="returnbom">返回首页</view>
</view>
</view>
</template>
<script>

View File

@ -22,6 +22,7 @@
},
methods: {
returnbom() {
console.log(1);
uni.sendHostEvent('closeApp', (ret) => {
//
console.log('关闭应用' + JSON.stringify(ret));

View File

@ -85,6 +85,12 @@
"navigationBarTitleText": "采购车"
}
},
{
"path": "pages/nongKe/statistics/index",
"style": {
"navigationBarTitleText": "统计"
}
},
{
"path": "pages/nongKe/supply_chain/shopping_trolley_a",
"style": {
@ -282,8 +288,7 @@
},
{
"path": "pages/activeCode/subsidy",
"style" :
{
"style": {
"navigationBarTitleText": "补贴进度",
"navigationStyle": "custom",
"enablePullDownRefresh": false
@ -1653,6 +1658,12 @@
"selectedIconPath": "static/tabbar_icon/b-a.png",
"text": "消息"
},
{
"pagePath": "pages/nongKe/statistics/index",
"iconPath": "static/tabbar_icon/s.png",
"selectedIconPath": "static/tabbar_icon/s-a.png",
"text": "统计"
},
{
"pagePath": "pages/nongKe/supply_chain/shopping_trolley",
"iconPath": "static/tabbar_icon/d.png",

View File

@ -93,7 +93,7 @@
</view>
</view>
<conBotm/>
<conBotm v-if="isShow" />
<uni-calendar ref="calendar" :date="info.date" :insert="info.insert" :lunar="info.lunar"
:startDate="info.startDate" :endDate="info.endDate" :range="info.range" @confirm="confirm"
@ -153,6 +153,10 @@
timetype: {
type: String
},
isShow: {
type: Boolean,
default: true
}
},
data: function() {

File diff suppressed because it is too large Load Diff

BIN
static/tabbar_icon/s-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
static/tabbar_icon/s.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB