| | |
| | | </view> |
| | | </wd-card> |
| | | </view> |
| | | <view class="bg-white mt-2"> |
| | | <wd-card type="rectangle"> |
| | | <template #title> |
| | | <view class="flex items-center menu-title-box"> |
| | | <view class="menu-indicator"></view> |
| | | <view class="ml-1 text-sm">快捷操作</view> |
| | | </view> |
| | | </template> |
| | | <wd-grid :column="4"> |
| | | <wd-grid-item |
| | | use-slot |
| | | class="flex justify-center items-center" |
| | | v-for="(item, index) in commonMenu" |
| | | :key="item.id" |
| | | @click.stop="goItemPage(item)" |
| | | v-show="!(isLeader() && item.custom)" |
| | | > |
| | | <image class="slot-img text-center" :src="item.icon" /> |
| | | <text>{{ item.name }}</text> |
| | | </wd-grid-item> |
| | | </wd-grid> |
| | | </wd-card> |
| | | </view> |
| | | <!-- <view class="bg-white mt-2">--> |
| | | <!-- <wd-card type="rectangle">--> |
| | | <!-- <template #title>--> |
| | | <!-- <view class="flex items-center menu-title-box">--> |
| | | <!-- <view class="menu-indicator"></view>--> |
| | | <!-- <view class="ml-1 text-sm">快捷操作</view>--> |
| | | <!-- </view>--> |
| | | <!-- </template>--> |
| | | <!-- <wd-grid :column="4">--> |
| | | <!-- <wd-grid-item--> |
| | | <!-- use-slot--> |
| | | <!-- class="flex justify-center items-center"--> |
| | | <!-- v-for="(item, index) in commonMenu"--> |
| | | <!-- :key="item.id"--> |
| | | <!-- @click.stop="goItemPage(item)"--> |
| | | <!-- v-show="!(isLeader() && item.custom)"--> |
| | | <!-- >--> |
| | | <!-- <image class="slot-img text-center" :src="item.icon" />--> |
| | | <!-- <text>{{ item.name }}</text>--> |
| | | <!-- </wd-grid-item>--> |
| | | <!-- </wd-grid>--> |
| | | <!-- </wd-card>--> |
| | | <!-- </view>--> |
| | | <view class="bg-white mt-2"> |
| | | <wd-card type="rectangle"> |
| | | <template #title> |