陈少旭 1 month ago
parent
commit
c46fa9bd77
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
             <div>{{scope.row.DrugTracCodg}}</div>
173
             <div>{{scope.row.DrugTracCodg}}</div>
174
           </template>
174
           </template>
175
         </el-table-column>
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
         <el-table-column align="center" prop="total" label="批次流水号">
182
         <el-table-column align="center" prop="total" label="批次流水号">
179
           <template slot-scope="scope">
183
           <template slot-scope="scope">