车间能级提升-智能设备管理系统
baoshiwei
2025-06-14 1efdf8fa2f60cc6d9da42b319540d4c2df4b3e0a
eims-ui-mobile/src/pages/home/index.vue
@@ -80,29 +80,29 @@
          </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>