fix:订单列表 卡密订单隐藏卡密订单账号
This commit is contained in:
parent
ca63c4a6ee
commit
0f7e6fcfa8
|
@ -675,6 +675,13 @@ export default class orderlist extends React.Component {
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
if (com == "account") {
|
||||||
|
return (
|
||||||
|
<span>
|
||||||
|
{rowData.product_type === 1 ? rowData.account : "-"}
|
||||||
|
</span>
|
||||||
|
)
|
||||||
|
}
|
||||||
if (com == "statusDom") {
|
if (com == "statusDom") {
|
||||||
return (
|
return (
|
||||||
<p className='dflexa'>
|
<p className='dflexa'>
|
||||||
|
|
|
@ -100,7 +100,7 @@ export const Column = [
|
||||||
{
|
{
|
||||||
title: "账号",
|
title: "账号",
|
||||||
name: "account",
|
name: "account",
|
||||||
type: "normal",
|
type: "slot",
|
||||||
prop: "account",
|
prop: "account",
|
||||||
width: "auto"
|
width: "auto"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue