新版交易所前段管理后台
1
jhzh
2025-09-10 f6b255f15d0acd8f4cb5a2c1528d9c5d75794cf4
src/views/modules/cryptos-spots/cryptos-spots-transport.vue
@@ -132,7 +132,7 @@
            //表单样式
            if (
               (column.property === "direction" && row.direction == "buy") ||
               (column.property === "profitLoss" && row.profitLoss * 1 > 0) ||
               (column.property === "profit" && row.profit * 1 > 0) ||
               (column.property === "roleName" && row.roleName == "MEMBER") ||
               (column.property === "volume" && row.volume * 1 >= 0) ||
               (column.property === "vnvu" && row.vnvu) ||
@@ -141,7 +141,7 @@
               return "green";
            } else if (
               (column.property === "direction" && row.direction == "sell") ||
               (column.property === "profitLoss" && row.profitLoss * 1 < 0)
               (column.property === "profit" && row.profit * 1 < 0)
            ) {
               return "red";
            } else if (column.property === "roleName" && row.roleName == "GUEST") {