瀏覽代碼

feat: 更新

hezhijie 1 周之前
父節點
當前提交
4aeaedc698
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      traceCodePackages/traceabilityReport/pages/reportExport/index.vue

+ 1 - 0
traceCodePackages/traceabilityReport/pages/reportExport/index.vue

@@ -37,6 +37,7 @@
           <text class="report-export-status" :class="'report-export-status-' + item.status">{{
             getStatusText(item.status) }}</text>
         </view>
+        <view class="report-export-item-row">创建人:{{ item.userName || "" }}</view>
         <view class="report-export-item-row">品种:{{ item.physicName || "" }}</view>
         <view class="report-export-item-row">规格:{{ item.pkgSpec || "" }}</view>
         <view class="report-export-item-row">时间:{{ formatDate(item.beginTime) }}~{{