diff --git a/src/components/charge/CheckoutDetail.vue b/src/components/charge/CheckoutDetail.vue index 5049375..07cbe4a 100644 --- a/src/components/charge/CheckoutDetail.vue +++ b/src/components/charge/CheckoutDetail.vue @@ -70,11 +70,9 @@ import {Monitor} from '@element-plus/icons-vue' const show = ref(false) -const list = ref() -const orderInfo = ref() +const list = ref() const init = (data: any) => { list.value = data - console.log(list) show.value = true } const close = () => { @@ -262,6 +260,9 @@ const addTraceAbilityCodeHandler = (item: any, code: any) => { &:first-child { width: 132px; padding-left: 25px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } &:last-child {