diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index 1d960acc..4187f7ad 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -675,6 +675,13 @@ export default class orderlist extends React.Component { ) } + if (com == "account") { + return ( + + {rowData.product_type === 1 ? rowData.account : "-"} + + ) + } if (com == "statusDom") { return (
diff --git a/src/pages/order/list/utils.js b/src/pages/order/list/utils.js index 44ab4a74..6ee1744e 100644 --- a/src/pages/order/list/utils.js +++ b/src/pages/order/list/utils.js @@ -100,7 +100,7 @@ export const Column = [ { title: "账号", name: "account", - type: "normal", + type: "slot", prop: "account", width: "auto" },