| | |
| | | <template #title> |
| | | <view class="flex items-center menu-title-box"> |
| | | <view class="menu-indicator"></view> |
| | | <view class="ml-1 text-xs">数据总览</view> |
| | | <view class="ml-1 text-sm">数据总览</view> |
| | | </view> |
| | | </template> |
| | | <view class="flex flex-row justify-around"> |
| | |
| | | <template #title> |
| | | <view class="flex items-center menu-title-box"> |
| | | <view class="menu-indicator"></view> |
| | | <view class="ml-1 text-xs">快捷操作</view> |
| | | <view class="ml-1 text-sm">快捷操作</view> |
| | | </view> |
| | | </template> |
| | | <wd-grid :column="4"> |
| | |
| | | <template #title> |
| | | <view class="flex items-center menu-title-box"> |
| | | <view class="menu-indicator"></view> |
| | | <view class="ml-1 text-xs">设备管理</view> |
| | | <view class="ml-1 text-sm">设备管理</view> |
| | | </view> |
| | | </template> |
| | | <wd-grid :column="4"> |
| | |
| | | <template #title> |
| | | <view class="flex items-center menu-title-box"> |
| | | <view class="menu-indicator"></view> |
| | | <view class="ml-1 text-xs">台账相关</view> |
| | | <view class="ml-1 text-sm">台账相关</view> |
| | | </view> |
| | | </template> |
| | | <wd-grid :column="4"> |