Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 05:35:10 +08:00

View File

@@ -90,7 +90,6 @@
<script setup>
import api from './api'
import { NEllipsis } from 'naive-ui'
const loading = ref(false)
@@ -141,10 +140,15 @@ const columns = ref([
align: 'center',
key: 'seat',
},
{
title: '备注',
align: 'center',
key: 'notes',
},
{
title: '订单号',
align: 'center',
key: 'oid',
key: 'jl_oid',
},
{
title: '用户',
@@ -166,10 +170,8 @@ const columns = ref([
row.OrderGoods.forEach((item) => {
el.push(
h(
NEllipsis,
{
style: 'max-width: 100px',
},
'div',
{},
{
default: () => `${item.Goods.name}|${item.pay_price}元|X${item.number}`,
}
@@ -229,11 +231,6 @@ const columns = ref([
align: 'center',
key: 'payment_time',
},
{
title: '备注',
align: 'center',
key: 'notes',
},
// {
// title: '操作',
// align: 'center',