fix:订单列表 卡密订单隐藏卡密订单账号

This commit is contained in:
wangsongsole 2022-10-31 18:19:14 +08:00
parent ca63c4a6ee
commit 0f7e6fcfa8
2 changed files with 8 additions and 1 deletions

View File

@ -675,6 +675,13 @@ export default class orderlist extends React.Component {
</span>
)
}
if (com == "account") {
return (
<span>
{rowData.product_type === 1 ? rowData.account : "-"}
</span>
)
}
if (com == "statusDom") {
return (
<p className='dflexa'>

View File

@ -100,7 +100,7 @@ export const Column = [
{
title: "账号",
name: "account",
type: "normal",
type: "slot",
prop: "account",
width: "auto"
},