From fbbbc66329808249c7a0689f2efca6c79a6bf892 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期四, 28 八月 2025 08:37:11 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 79 +++++++++++++++++++++++++++++++++++----
1 files changed, 71 insertions(+), 8 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index a1f9b16..efbe671 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,11 +1,11 @@
<template>
<view>
<scroll-view scroll-y>
- <view class="flex justify-end custom-position">
+ <!-- <view class="flex justify-end custom-position">
<view>
<image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image>
</view>
- </view>
+ </view> -->
<view class="nav-list" >
<navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color"
:style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]" v-for="(item,index) in elements" :key="index" @click="checked()">
@@ -23,11 +23,23 @@
data() {
return {
elements:[
+ // {
+ // title: '涓婃灦绠$悊',
+ // name: 'putOnSale',
+ // color: 'blue',
+ // cuIcon: 'video'
+ // },
+ // {
+ // title: '涓嬫灦绠$悊',
+ // name: 'offLines',
+ // color: 'blue',
+ // cuIcon: 'copy'
+ // },
{
title: '缁勬墭鍏ュ簱',
name: 'pakin',
color: 'blue',
- cuIcon: 'goods'
+ cuIcon: 'copy'
},
{
title: '璁㈠崟缁勬墭',
@@ -35,18 +47,69 @@
color: 'blue',
cuIcon: 'goods'
},
+ // {
+ // title: '鍚姩鍏ュ簱',
+ // name: 'startPakin',
+ // color: 'blue',
+ // cuIcon: 'goods'
+ // },
+ // {
+ // title: '鎷f枡鍏ュ簱',
+ // name: 'paking',
+ // color: 'blue',
+ // cuIcon: 'goods'
+ // },
+ // {
+ // title: '搴撳瓨鏌ヨ',
+ // name: 'stockQuery',
+ // color: 'blue',
+ // cuIcon: 'searchlist'
+ // },
+
+ // {
+ // title: '鍗曟嵁鍑哄簱',
+ // name: 'orderOut',
+ // color: 'blue',
+ // cuIcon: 'video'
+ // },
+ // {
+ // title: '搴撲綅鍑哄簱',
+ // name: 'stoOut',
+ // color: 'blue',
+ // cuIcon: 'video'
+ // },
{
- title: '搴撲綅鐩樼偣',
- name: 'stockCheck',
+ title: '鐩樼偣鍏ュ簱',
+ name: 'pakStore',
color: 'blue',
- cuIcon: 'goods'
+ cuIcon: 'video'
},
+ // {
+ // title: '搴撳瓨鐩樼偣',
+ // name: 'stoCheck',
+ // color: 'blue',
+ // cuIcon: 'safe'
+ // },
+ // {
+ // title: '骞充粨搴撳瓨鐩樼偣',
+ // name: 'manStoCheck',
+ // color: 'blue',
+ // cuIcon: 'safe'
+ // },
+ // {
+ // title: '骞充粨搴撳瓨鐩樼偣',
+ // name: 'manStoCheck',
+ // color: 'blue',
+ // cuIcon: 'safe'
+ // },
{
title: '閫�鍑虹櫥褰�',
name: 'logOut',
- color: 'blue',
+ color: 'grey',
cuIcon: 'exit'
- }]
+ },
+
+ ]
}
},
onLoad() {
--
Gitblit v1.9.1