|
@@ -93,7 +93,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) {
|