fix: todo
This commit is contained in:
@@ -33,7 +33,6 @@ function onRefresh() {
|
||||
gridApi.query();
|
||||
}
|
||||
const { push } = useRouter();
|
||||
// TODO xingyu:貌似详情,还点不进去哇?
|
||||
/** 详情 */
|
||||
function handleDetail(row: MallOrderApi.Order) {
|
||||
push({ name: 'TradeOrderDetail', params: { id: row.id } });
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<!-- TODO @xingyu:待开发 -->
|
||||
<div>detail</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user