|
|
@@ -60,19 +60,11 @@ export default defineComponent({
|
|
|
name: 'warehouse_receipt_trade_blocs_sell',
|
|
|
components: {
|
|
|
contextMenu,
|
|
|
- warehouse_receipt_trade_blocs_delisting: defineAsyncComponent(() => import('../delisting/index.vue')),
|
|
|
- warehouse_receipt_trade_blocs_bargain_delisting: defineAsyncComponent(() => import('../delisting/index.vue')),
|
|
|
+ warehouse_receipt_trade_blocs_delisting: defineAsyncComponent(() => import('../designate-delisting/index.vue')),
|
|
|
+ warehouse_receipt_trade_blocs_bargain_delisting: defineAsyncComponent(() => import('../designate-delisting/index.vue')),
|
|
|
warehouse_receipt_trade_blocs_detail: defineAsyncComponent(() => import('@/views/market/spot_trade/components/detail/index.vue')),
|
|
|
},
|
|
|
- isWR: {
|
|
|
- type: Number,
|
|
|
- default: 1, // 1 => 仓单贸易; 0 => 仓单预售
|
|
|
- },
|
|
|
- IsSpecified: {
|
|
|
- // IsSpecified = 1 为贸易圈;IsSpecified = 2 为指定挂牌
|
|
|
- type: Number,
|
|
|
- default: 1,
|
|
|
- },
|
|
|
+
|
|
|
setup() {
|
|
|
const isBottom = getShowBottomValue();
|
|
|
// 表头
|