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