소스 검색

【修改】 bug

Howie 3 년 전
부모
커밋
ea27b1bd99
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/supply/deliver/sum_list.vue

+ 2 - 2
src/views/supply/deliver/sum_list.vue

@@ -128,10 +128,10 @@
                 {{  scope.row.orderType | orderTypeFilter  }}
               </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="orderTime" min-width="160" show-overflow-tooltip>
             </el-table-column>
+            <el-table-column align="left" label="订单日期" prop="theTime" min-width="160" show-overflow-tooltip>
+            </el-table-column>
             <el-table-column align="left" label="发货单号" prop="id" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">
                 <CopyButton :copyText="scope.row.id" />