Browse Source

no message

master
xpz2018 10 months ago
parent
commit
b522a701a3
1 changed files with 5 additions and 23 deletions
  1. 28
      src/views/clue/customer/index.vue

28
src/views/clue/customer/index.vue

@ -1,25 +1,10 @@
<template>
<div class="order-list">
<BasicTable @register="registerTable">
<template #action="{ record }">
<TableAction
:actions="[
{
label: '详情',
onClick: toDetail.bind(null, record),
},
]"
/>
</template>
</BasicTable>
</div>
<Card :borderd="false">
</Card>
</template>
<script lang="ts">
export default {
name: 'OrderList',
}
</script>
<script setup lang="ts">
import moment from 'moment/moment'
import { computed, ref } from 'vue'
@ -68,8 +53,5 @@
}
</script>
<style scoped lang="less">
.order-list {
width: 60vw;
min-width: 900px;
}
</style>
Loading…
Cancel
Save