+
- 详情
- 再次下单
- 撤回
+
+ 详情
+ 再次下单
+ 撤回
+
@@ -249,6 +251,8 @@ export default {
.amount { color: #e4393c; font-weight: 700; }
.order-link { color: #e4393c; cursor: pointer; transition: color 0.2s; }
.order-link:hover { color: #e4393c; text-decoration: underline; }
+.jd-table ::v-deep .col-ops { white-space: nowrap; }
+.ops-wrap { display: inline-flex; align-items: center; gap: 2px; flex-wrap: nowrap; }
.diff-early { color: #67c23a; font-weight: 600; }
.diff-ontime { color: #999; font-weight: 600; }
diff --git a/ruoyi-ui/src/views/bid/order/pending.vue b/ruoyi-ui/src/views/bid/order/pending.vue
index 80be495d..e06b8a2d 100644
--- a/ruoyi-ui/src/views/bid/order/pending.vue
+++ b/ruoyi-ui/src/views/bid/order/pending.vue
@@ -26,29 +26,31 @@
-
+
{{ s.row.doNo }}
-
-
+
+
¥{{ s.row.totalAmount }}
-
-
+
+
{{ s.row.delayDate || '-' }}
-
+
-
-
+
+
- 详情
- 编辑
- 发货确认
- 删除
+
+ 详情
+ 编辑
+ 发货确认
+ 删除
+
@@ -311,4 +313,15 @@ export default {
color: #e4393c;
text-decoration: underline;
}
+
+/* ═══ 操作列 - 自适应填满剩余空间,按钮不换行 ═══ */
+.jd-table ::v-deep .col-ops {
+ white-space: nowrap;
+}
+.ops-wrap {
+ display: inline-flex;
+ align-items: center;
+ gap: 2px;
+ flex-wrap: nowrap;
+}
diff --git a/ruoyi-ui/src/views/bid/order/transit.vue b/ruoyi-ui/src/views/bid/order/transit.vue
index 0228357f..b53c6e2b 100644
--- a/ruoyi-ui/src/views/bid/order/transit.vue
+++ b/ruoyi-ui/src/views/bid/order/transit.vue
@@ -78,12 +78,14 @@
{{ transitStatusLabel(s.row) }}
-
+
- 详情
- 收货完成
- 延期
- 撤回
+
+ 详情
+ 收货完成
+ 延期
+ 撤回
+
@@ -294,4 +296,6 @@ export default {
.urgent-soon { color: #e6a23c; font-weight: 700; font-size: 12px; }
.order-link { color: #e4393c; cursor: pointer; transition: color 0.2s; }
.order-link:hover { color: #e4393c; text-decoration: underline; }
+.jd-table ::v-deep .col-ops { white-space: nowrap; }
+.ops-wrap { display: inline-flex; align-items: center; gap: 2px; flex-wrap: nowrap; }