支持客服下架和撤单
This commit is contained in:
@@ -419,7 +419,7 @@ export default function WorkerHallPage() {
|
||||
</Button>
|
||||
</div>
|
||||
<div className="worker-hall-card-grab-row">
|
||||
{order.sharing?.enabled ? (
|
||||
{order.sharing?.enabled && !disabledReason ? (
|
||||
<Button
|
||||
type="primary"
|
||||
size="large"
|
||||
|
||||
@@ -2411,7 +2411,7 @@ select {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.worker-hall-sharing-button {
|
||||
.worker-hall-sharing-button:not(:disabled) {
|
||||
background: linear-gradient(135deg, #8b5cf6, #7c3aed) !important;
|
||||
border-color: #7c3aed !important;
|
||||
box-shadow: 0 4px 12px rgba(124, 58, 237, 0.28) !important;
|
||||
|
||||
Reference in New Issue
Block a user