shish hai 1 ano
pai
achega
633701cb74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hdPad/src/pages/home/components/console.vue

+ 1 - 1
hdPad/src/pages/home/components/console.vue

@@ -1,7 +1,7 @@
 <template>
 <view class="button-area">
 	<view class="active" @click="changeProperty(1)">花材</view>
-	<view class="active" @click="changeProperty(0)">花束绿植</view>
+	<view class="active" @click="changeProperty(0)">花束</view>
 	<view class="active" @click="openBox">开箱</view>
 	<view class="active" :class="[fastAction==1 ? 'clear-fast' : 'clear']" @click="goSettleCommit">结算</view>
 	<view class="active2" :class="[fastAction==1 ? 'hand-fast' : 'hand']" @click="handOrder()" v-if="globalHasHand == 0">挂单</view>