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/system/serviceFlow/api.js b/src/views/system/serviceFlow/api.js index 38f43291..ae11360d 100644 --- a/src/views/system/serviceFlow/api.js +++ b/src/views/system/serviceFlow/api.js @@ -111,4 +111,12 @@ export function SaveWFActivities(parameter) { method: 'post', data: parameter, }) +} + +export function GetInfo(parameter) { + return request({ + url: '/opApi/ServiceWorkFlowBase/GetInfo', + method: 'get', + params: parameter, + }) } \ No newline at end of file diff --git a/src/views/system/serviceFlow/columns.tsx b/src/views/system/serviceFlow/columns.tsx index 3731299b..9f77c575 100644 --- a/src/views/system/serviceFlow/columns.tsx +++ b/src/views/system/serviceFlow/columns.tsx @@ -62,12 +62,12 @@ export const searchFormSchema: FormSchema[] = [ export const columns: BasicColumn[] = [{ title: '服务流程名称', dataIndex: 'serviceWorkflowName', - width: '160px' + width: 160 }, { title: '服务流程代码', dataIndex: 'serviceWorkflowCode', - width: '200px' + width: 200 }, { title: '状态数量', diff --git a/src/views/system/serviceFlow/detail.vue b/src/views/system/serviceFlow/detail.vue index dcc2c8ac..a5630f96 100644 --- a/src/views/system/serviceFlow/detail.vue +++ b/src/views/system/serviceFlow/detail.vue @@ -79,9 +79,10 @@ {{ item.sortNo }} {{ item.showName }} - - + + @@ -125,7 +126,7 @@
- {{ item.sortNo }} {{ item.showName }} - - + +
@@ -232,13 +233,47 @@
暂无数据
+ +
+ + + + + {{ item.showName }} + + + 添加 + + + + + + + 时间 + 字符串 + + + +
+ +