|
|
@@ -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>
|