chris 3 years ago
parent
commit
a43272c797
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/modules/trace/order-list.vue

+ 3 - 3
src/views/modules/trace/order-list.vue

@@ -33,12 +33,12 @@
           label="客户名称">
         </el-table-column>
         <el-table-column
-          prop="cusOrderCode"
+          prop="contractNumber"
           header-align="center"
           align="center"
           min-width="120"
           :show-tooltip-when-overflow="true"
-          label="客户订单编号">
+          label="合同号">
         </el-table-column>
         <el-table-column
           prop="createTime"
@@ -103,7 +103,7 @@
       </span>
     </template>
     </div>
-    
+
     <!-- 弹窗, 新增 / 修改 -->
     <detail v-if="detailVisible" ref="detail" @onChose="onChildClose"/>
   </div>