@@ -725,6 +725,13 @@
"navigationBarTitleText": "码生成及管理"
}
},
+ // 追溯码查询
+ {
+ "path": "code-query/index",
+ "style": {
+ "navigationBarTitleText": "追溯码查询"
+ }
+ },
{
"path": "code-detail-list/index",
"style": {
@@ -0,0 +1,3 @@
+<template>
+ <view>xx</view>
+</template>
@@ -53,6 +53,10 @@
<span class="c-#666">是否符合GAP要求:</span>
<span class="c-#333">{{ +info?.gapFlag ? '是' : '否' }}</span>
</view>
+ <view class="d-flex flex-cln j-c a-c pd-30">
+ <image class="w-140 h-140" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/print-codes/code_logo_export.png" mode="widthFix" />
+ <view class="f-s-26 c-#333">点击查看溯源信息</view>
+ </view>
</template>
<script setup lang="ts">