diff --git a/src/pages/order3/SaleTask/components/SaleTaskBatchSet.tsx b/src/pages/order3/SaleTask/components/SaleTaskBatchSet.tsx index 2d3164e..ddedf57 100644 --- a/src/pages/order3/SaleTask/components/SaleTaskBatchSet.tsx +++ b/src/pages/order3/SaleTask/components/SaleTaskBatchSet.tsx @@ -9,7 +9,7 @@ import { Row, message, } from "antd"; -import styles from "./index.less"; +import "./index.less"; import React, { useState } from "react"; import { MAX_NUM } from "../entity"; import * as API from "../api"; @@ -49,9 +49,19 @@ export default function SaleTaskBatchSet(props: SaleTaskBatchSetProps) { } }); Modal.confirm({ - title: isAssignToAdviser - ? "确认分配到门店和顾问吗?" - : "确认分配到门店吗?", + title: isAssignToAdviser ? ( + + 确认分配到 + 全部门店和顾问 + 吗? + + ) : ( + + 确认分配到 + 全部门店 + 吗? + + ), zIndex: 1002, onOk: async () => { const hide = message.loading("分配中,请稍候", 0); @@ -101,7 +111,7 @@ export default function SaleTaskBatchSet(props: SaleTaskBatchSetProps) { justify="space-between" style={{ marginBottom: 15 }} > -

单车毛利任务

+

单车毛利任务

@@ -161,7 +171,7 @@ export default function SaleTaskBatchSet(props: SaleTaskBatchSetProps) { justify="space-between" style={{ marginBottom: 15 }} > -

首客试驾成交

+

首客试驾成交

@@ -221,7 +231,7 @@ export default function SaleTaskBatchSet(props: SaleTaskBatchSetProps) { justify="space-between" style={{ marginBottom: 15 }} > -

攻坚车任务

+

攻坚车任务