feat:完成了工单接口(关单,删除,获取工单列表)的对接,工单详情对了一部分

This commit is contained in:
KindSeven
2024-09-14 23:45:12 +08:00
parent 556c87812a
commit 5f2ae8db4d
7 changed files with 160 additions and 56 deletions

View File

@@ -245,8 +245,8 @@ const handleClose = (row) => {
'确定要关单吗?',
'温馨提示',
{
confirmButtonText: 'OK',
cancelButtonText: 'Cancel',
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
@@ -269,8 +269,8 @@ const handleDelete = (row) => {
'确定要删除吗?',
'温馨提示',
{
confirmButtonText: 'OK',
cancelButtonText: 'Cancel',
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)