Explorar o código

Finish Hotfix-mo-183

莫绍宝 %!s(int64=3) %!d(string=hai) anos
pai
achega
ac30a84323
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/supply/pickup/pickup_list.vue

+ 1 - 1
src/views/supply/pickup/pickup_list.vue

@@ -60,7 +60,7 @@
                 {{ scope.row.printNum ? '已打单':'未打单' }}
               </template>
             </el-table-column>
-            <el-table-column align="left" label="打单日期" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
+            <el-table-column align="left" label="打单日期" prop="printTime" min-width="160" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="信息密钥" prop="informationKey" min-width="100" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.informationKey" />