huangxw 2 hete
szülő
commit
67f0ec7272
1 módosított fájl, 3 hozzáadás és 6 törlés
  1. 3 6
      src/pages/plant/processing/index.vue

+ 3 - 6
src/pages/plant/processing/index.vue

@@ -1,9 +1,9 @@
 <template>
     <z-paging ref="paging" bgColor="#F7F7F7">
         <template #top>
-            <up-navbar title="加工及包装赋码任务" :fixed="false"> </up-navbar>
+            <up-navbar title="加工及包装赋码任务" :fixed="false" :isLeftBack="false" :breadcrumb="false"> </up-navbar>
         </template>
-         <view class="base-content pd-20">
+        <view class="base-content pd-20">
             <view class="bg-#fff d-flex a-c j-c radius-16 pd2-30-24 mb-20" @click="$u.route({ url: '/plant/processing/processing-index/index' })">
                 <image class="w-72 h-72" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/storage/nav_kfgl_icon.png" mode="widthFix" />
                 <view class="flex1 pd2-0-20">
@@ -15,15 +15,12 @@
             <view class="bg-#fff d-flex a-c j-c radius-16 pd2-30-24 mb-20" @click="$u.route({ url: '/plant/packaging/list/index' })">
                 <image class="w-72 h-72" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/storage/nav_zyk_icon.png" mode="widthFix" />
                 <view class="flex1 pd2-0-20">
-                    <view class="f-s-30 c-#333 f-w-500">包装</view>
+                    <view class="f-s-30 c-#333 f-w-500">包装赋码</view>
                     <view class="f-s-22 c-#999">对加工后的产品进行包装</view>
                 </view>
                 <up-icon name="arrow-right"></up-icon>
             </view>
-         
         </view>
     </z-paging>
-  
 </template>
 <script setup lang="ts"></script>
-