Commit f819f9b1403136ed67fb3a5b4567d404383eacf1
1 parent
f8f768b0
feat: 售后
Showing
2 changed files
with
4 additions
and
4 deletions
src/pages/Order/FeedBack/OrderList.tsx
... | ... | @@ -1910,7 +1910,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { |
1910 | 1910 | <ButtonConfirm |
1911 | 1911 | className="p-0" |
1912 | 1912 | title="确认通过?" |
1913 | - text="售后已审核待确认" | |
1913 | + text="仓库确认" | |
1914 | 1914 | onConfirm={() => { |
1915 | 1915 | setIsMainOrder(false); |
1916 | 1916 | doAfterSalesCheck({ |
... | ... | @@ -3665,7 +3665,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { |
3665 | 3665 | <ButtonConfirm |
3666 | 3666 | className="p-0" |
3667 | 3667 | title="确认通过?" |
3668 | - text="售后已审核待确认" | |
3668 | + text="仓库确认" | |
3669 | 3669 | onConfirm={() => { |
3670 | 3670 | setIsMainOrder(true); |
3671 | 3671 | doAfterSalesCheck({ | ... | ... |
src/pages/Order/OrderList/OrderList.tsx
... | ... | @@ -1923,7 +1923,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { |
1923 | 1923 | <ButtonConfirm |
1924 | 1924 | className="p-0" |
1925 | 1925 | title="确认通过?" |
1926 | - text="售后已审核待确认" | |
1926 | + text="仓库确认" | |
1927 | 1927 | onConfirm={() => { |
1928 | 1928 | setIsMainOrder(false); |
1929 | 1929 | doAfterSalesCheck({ |
... | ... | @@ -3678,7 +3678,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { |
3678 | 3678 | <ButtonConfirm |
3679 | 3679 | className="p-0" |
3680 | 3680 | title="确认通过?" |
3681 | - text="售后已审核待确认" | |
3681 | + text="仓库确认" | |
3682 | 3682 | onConfirm={() => { |
3683 | 3683 | setIsMainOrder(true); |
3684 | 3684 | doAfterSalesCheck({ | ... | ... |