fix: 修改物联卡列表卡片显示
This commit is contained in:
parent
75e5c67ead
commit
355bc6df64
|
@ -17,6 +17,7 @@
|
|||
}"
|
||||
@cancelSelect="cancelSelect"
|
||||
:params="params"
|
||||
:gridColumn="3"
|
||||
>
|
||||
<template #headerTitle>
|
||||
<a-space>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
:request="queryList"
|
||||
:defaultParams="{ sorts: [{ name: 'createTime', order: 'desc' }] }"
|
||||
:params="params"
|
||||
:gridColumn="3"
|
||||
>
|
||||
<template #headerTitle>
|
||||
<a-space>
|
||||
|
|
|
@ -115,6 +115,7 @@ const columns = [
|
|||
title: '支付URL',
|
||||
dataIndex: 'url',
|
||||
key: 'url',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '订单时间',
|
||||
|
|
Loading…
Reference in New Issue