Переглянути джерело

调节贸易圈 表格宽带

huangbin 4 роки тому
батько
коміт
97c57bf717

+ 2 - 2
src/views/market/spot_trade/warehouse_pre_sale/warehouse_pre_sale_blocs/setup.ts

@@ -13,8 +13,8 @@ export function handleColumns() {
         { title: '整单', key: 'canpart', align: 'center', width: 80 },
         { title: '挂牌有效期', key: 'validtime', align: 'center', width: 120 },
         { title: '履约保证金', key: 'marginvalue', align: 'center', width: 120 },
-        { title: '履约方式', key: 'templatename', align: 'center', width: 120 },
-        { title: '挂牌方', key: 'username', align: 'center', width: 120 },
+        { title: '履约方式', key: 'templatename', align: 'center', width: 140 },
+        { title: '挂牌方', key: 'username', align: 'center', width: 100 },
     ];
     function getBuyOrSellColumns(type: BuyOrSell) {
         const title = type === BuyOrSell.buy ? '买' : '卖'

+ 2 - 2
src/views/market/spot_trade/warehouse_receipt_trade/warehouse_receipt_trade_blocs/setup.ts

@@ -13,8 +13,8 @@ export function handleColumns() {
         { title: '整单', key: 'canpart', align: 'center', width: 80 },
         { title: '挂牌有效期', key: 'validtime', align: 'center', width: 120 },
         { title: '履约保证金', key: 'marginvalue', align: 'center', width: 120 },
-        { title: '履约方式', key: 'templatename', align: 'center', width: 120 },
-        { title: '挂牌方', key: 'username', align: 'center', width: 120 },
+        { title: '履约方式', key: 'templatename', align: 'center', width: 140 },
+        { title: '挂牌方', key: 'username', align: 'center', width: 100 },
     ];
     function getBuyOrSellColumns(type: BuyOrSell) {
         const title = type === BuyOrSell.buy ? '买' : '卖'