|
@@ -115,7 +115,7 @@ export const columnsList = [
|
|
|
export function getBtnList(isBuyAndSell: boolean) {
|
|
export function getBtnList(isBuyAndSell: boolean) {
|
|
|
const btnList: BtnListType[] = [
|
|
const btnList: BtnListType[] = [
|
|
|
{ lable: '挂牌求购', code: 'PostBuying', className: 'operBtn' },
|
|
{ lable: '挂牌求购', code: 'PostBuying', className: 'operBtn' },
|
|
|
- { lable: '详情', code: 'Detail', className: 'btnDeafault' },
|
|
|
|
|
|
|
+ // { lable: '详情', code: 'Detail', className: 'btnDeafault' },
|
|
|
];
|
|
];
|
|
|
if (isBuyAndSell) {
|
|
if (isBuyAndSell) {
|
|
|
btnList.push({ lable: '买卖大厅', code: 'BuyAndSell', className: 'btnDeafault' })
|
|
btnList.push({ lable: '买卖大厅', code: 'BuyAndSell', className: 'btnDeafault' })
|