diff --git a/.env.development b/.env.development
index cbb55fe5..57d32870 100644
--- a/.env.development
+++ b/.env.development
@@ -14,7 +14,7 @@ VITE_PUBLIC_PATH = /
# Please note that no line breaks
# VITE_PROXY = [["/basic-api","http://60.209.125.238"],["/upload","http://localhost:3300/upload"]]
# VITE_PROXY=[["/api","http://60.209.125.238:3008"],["/stage-api","https://www.666cxf.com/stage-api"]] # 开发 测试环境
-VITE_PROXY=[["/api","http://118.190.144.189:3008"],["/stage-api","https://www.666cxf.com/stage-api"]] # 开发 测试环境
+VITE_PROXY=[["/api","http://60.209.125.238:3008"],["/stage-api","https://www.666cxf.com/stage-api"]] # 开发 测试环境
# Delete console
VITE_DROP_CONSOLE = false
diff --git a/src/views/bookingcabin/CabinManagement/columns.tsx b/src/views/bookingcabin/CabinManagement/columns.tsx
index 7bd107d8..feb88817 100644
--- a/src/views/bookingcabin/CabinManagement/columns.tsx
+++ b/src/views/bookingcabin/CabinManagement/columns.tsx
@@ -1199,6 +1199,20 @@ export const detialForm: FormSchema[] = [
component: 'Input',
colProps: { span: 4 },
},
+ {
+ field: 'recvEmail',
+ label: '接受邮箱',
+ dynamicDisabled:true,
+ component: 'Input',
+ colProps: { span: 4 },
+ },
+ {
+ field: 'senderEmail',
+ label: '来源邮箱',
+ component: 'Input',
+ dynamicDisabled:true,
+ colProps: { span: 4 },
+ },
]
export const detialTimeForm: FormSchema[] = [
diff --git a/src/views/system/serviceFlow/detail.vue b/src/views/system/serviceFlow/detail.vue
index a5630f96..5fe5f55a 100644
--- a/src/views/system/serviceFlow/detail.vue
+++ b/src/views/system/serviceFlow/detail.vue
@@ -439,7 +439,7 @@ function handleSubmit() {
}
function handlePub() {
workFlowSetUnPublishRelease([form.value.pkId]).then(res => {
- if (res.data.ext[0].succ) {
+ if (res.succeeded) {
createMessage.success('发布成功')
visible.value = false
} else {
diff --git a/src/views/system/serviceFlow/index.vue b/src/views/system/serviceFlow/index.vue
index ca488273..1be23b52 100644
--- a/src/views/system/serviceFlow/index.vue
+++ b/src/views/system/serviceFlow/index.vue
@@ -10,20 +10,10 @@
>
启用
取消启用
+ 发布
-
是
否
@@ -36,7 +26,7 @@