Browse Source

代码上传

zhangqi 1 year ago
parent
commit
fb0ec9d78d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/DRP/SDrpManagement/order/detail/tabs/income.vue

+ 1 - 1
src/DRP/SDrpManagement/order/detail/tabs/income.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <normalTable size="small" :columns="utils.TBLayout('logisticsTable')" :param="{id:20230221193203,content:{sa_orderid:router.currentRoute.value.query.id,where:{}}}">
+    <normalTable size="small" :columns="utils.TBLayout('incomeTable')" :param="{id:20230221193203,content:{sa_orderid:router.currentRoute.value.query.id,where:{}}}">
       <template #tb_cell="{data}">
         <template v-if="data.column.dataIndex === 'billno'">
           <router-link :to="{path:'/logisticsOrderDetail',query:{id:data.record.sa_logisticsid}}">{{data.record.billno}}</router-link>