Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 3 weeks ago
parent
commit
950a7fd6ea
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/xt_pages/drugSourceCode/drugQuery.vue

+ 5 - 1
src/xt_pages/drugSourceCode/drugQuery.vue View File

@@ -173,7 +173,11 @@
173 173
             <div>{{scope.row.DrugTracCodg}}</div>
174 174
           </template>
175 175
         </el-table-column>
176
-
176
+        <el-table-column align="center" prop="name" label="上传日期">
177
+          <template slot-scope="scope">
178
+            <div>{{scope.row.UpdtTime}}</div>
179
+          </template>
180
+        </el-table-column>
177 181
 
178 182
         <el-table-column align="center" prop="total" label="批次流水号">
179 183
           <template slot-scope="scope">