Commit 89d56b21 authored by cellee's avatar cellee

Merge branch 'final' of http://120.77.240.215:9701/Maple/tostumi.git into final

parents 139b07d7 9cd8bfa2
...@@ -39,7 +39,7 @@ const AccoutingContent = (props: { ...@@ -39,7 +39,7 @@ const AccoutingContent = (props: {
confirm({ confirm({
title: 'Warning', title: 'Warning',
icon: <ExclamationCircleOutlined />, icon: <ExclamationCircleOutlined />,
content: 'Are you sure want to write off?', content: 'Are you sure want to Delete?',
onOk() { onOk() {
setLoading(true); setLoading(true);
dispatch({ type: 'ServiceProvider/DelServiceProvider', playload: { id } }); dispatch({ type: 'ServiceProvider/DelServiceProvider', playload: { id } });
...@@ -100,7 +100,7 @@ const AccoutingContent = (props: { ...@@ -100,7 +100,7 @@ const AccoutingContent = (props: {
danger danger
onClick={handleClick.bind(this, SaveChooseData.id)} onClick={handleClick.bind(this, SaveChooseData.id)}
> >
Write Off Delete
</Button> </Button>
</div> </div>
) : ( ) : (
......
...@@ -85,7 +85,7 @@ const Detail = (props: any) => { ...@@ -85,7 +85,7 @@ const Detail = (props: any) => {
confirm({ confirm({
title: 'Warning', title: 'Warning',
icon: <ExclamationCircleOutlined />, icon: <ExclamationCircleOutlined />,
content: 'Are you sure want to write off?', content: 'Are you sure want to Delete?',
onOk() { onOk() {
setLoding(true); setLoding(true);
dispatch({ type: 'ServiceProvider/DelServiceProvider', playload: { id } }); dispatch({ type: 'ServiceProvider/DelServiceProvider', playload: { id } });
...@@ -126,7 +126,7 @@ const Detail = (props: any) => { ...@@ -126,7 +126,7 @@ const Detail = (props: any) => {
danger danger
onClick={handleClick.bind(this, SaveChooseData.id)} onClick={handleClick.bind(this, SaveChooseData.id)}
> >
Write Off Delete
</Button> </Button>
</div> </div>
) : ( ) : (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment