fix:订单列表 卡密订单隐藏卡密订单账号
This commit is contained in:
parent
ca63c4a6ee
commit
0f7e6fcfa8
|
@ -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'>
|
||||
|
|
|
@ -100,7 +100,7 @@ export const Column = [
|
|||
{
|
||||
title: "账号",
|
||||
name: "account",
|
||||
type: "normal",
|
||||
type: "slot",
|
||||
prop: "account",
|
||||
width: "auto"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue