-
RuoYi-Vue-Plus多租户管理系统
+ {{ title }}
@@ -89,6 +89,7 @@ import { useI18n } from 'vue-i18n';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
+const title = import.meta.env.VITE_APP_TITLE;
const userStore = useUserStore();
const router = useRouter();
const { t } = useI18n();
diff --git a/src/views/register.vue b/src/views/register.vue
index 63e700923fd5f7b60bdd8986de596d0aa6a4b082..447443c7e9eb81ab87869f0be6ae7f088d962a22 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -2,7 +2,7 @@
-
RuoYi-Vue-Plus多租户管理系统
+ {{ title }}
@@ -80,6 +80,7 @@ import { useI18n } from 'vue-i18n';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
+const title = import.meta.env.VITE_APP_TITLE;
const router = useRouter();
const { t } = useI18n();
diff --git a/src/views/workflow/processDefinition/index.vue b/src/views/workflow/processDefinition/index.vue
index 5ea141163bee6b91ea2b0baac3b7aaf18f5ff67e..789041dcaa8fd6363f3a9f76f0d36f22e55b1da8 100644
--- a/src/views/workflow/processDefinition/index.vue
+++ b/src/views/workflow/processDefinition/index.vue
@@ -27,8 +27,8 @@
-
-
+
+
搜索
@@ -67,6 +67,7 @@
+
v{{ scope.row.version }}.0
@@ -356,7 +357,7 @@ const getUnPublishList = async () => {
const handleDelete = async (row?: FlowDefinitionVo) => {
const id = row?.id || ids.value;
const defList = processDefinitionList.value.filter((x) => id.indexOf(x.id) != -1).map((x) => x.flowCode);
- await proxy?.$modal.confirm('是否确认删除流程定义KEY为【' + defList + '】的数据项?');
+ await proxy?.$modal.confirm('是否确认删除流程定义编码为【' + defList + '】的数据项?');
loading.value = true;
await deleteDefinition(id).finally(() => (loading.value = false));
await handleQuery();
@@ -366,7 +367,7 @@ const handleDelete = async (row?: FlowDefinitionVo) => {
/** 发布流程定义 */
const handlePublish = async (row?: FlowDefinitionVo) => {
await proxy?.$modal.confirm(
- '是否确认发布流程定义KEY为【' + row.flowCode + '】版本为【' + row.version + '】的数据项?,发布后会将已发布流程定义改为失效!'
+ '是否确认发布流程定义编码为【' + row.flowCode + '】版本为【' + row.version + '】的数据项?,发布后会将已发布流程定义改为失效!'
);
loading.value = true;
await publish(row.id).finally(() => (loading.value = false));
diff --git a/src/views/workflow/processInstance/index.vue b/src/views/workflow/processInstance/index.vue
index 4edb033ae068077b5975f92d724cf6fbcea498d9..128c90157cb716fb2a7414dc7f722d3045d08180 100644
--- a/src/views/workflow/processInstance/index.vue
+++ b/src/views/workflow/processInstance/index.vue
@@ -76,6 +76,7 @@
+
v{{ scope.row.version }}.0
diff --git a/src/views/workflow/task/allTaskWaiting.vue b/src/views/workflow/task/allTaskWaiting.vue
index 51611f3e781b3792aecd47dc99519f774d684605..cf1ca528e43a8588468f2cfc3d470d42ea35a13d 100644
--- a/src/views/workflow/task/allTaskWaiting.vue
+++ b/src/views/workflow/task/allTaskWaiting.vue
@@ -40,6 +40,7 @@
+
v{{ scope.row.version }}.0
diff --git a/src/views/workflow/task/myDocument.vue b/src/views/workflow/task/myDocument.vue
index cd5de1b761dffdfadb228fc7f14eaffd3268691b..a0090d643f075eefcacb371389899f6371a911cc 100644
--- a/src/views/workflow/task/myDocument.vue
+++ b/src/views/workflow/task/myDocument.vue
@@ -48,6 +48,7 @@
+
v{{ scope.row.version }}.0
diff --git a/src/views/workflow/task/taskCopyList.vue b/src/views/workflow/task/taskCopyList.vue
index c883e283ffc8e929de7cdde8efc0e9d5180211ee..673960fdebbb95c89c40919003fbc32751a19f6f 100644
--- a/src/views/workflow/task/taskCopyList.vue
+++ b/src/views/workflow/task/taskCopyList.vue
@@ -32,7 +32,8 @@
-
+
+
v{{ scope.row.version }}.0
diff --git a/src/views/workflow/task/taskFinish.vue b/src/views/workflow/task/taskFinish.vue
index a5bec2b34377e5dd454cec66ba7995736306b2a7..786202a7533a82919cb7ee22dcf7e87367cb1469 100644
--- a/src/views/workflow/task/taskFinish.vue
+++ b/src/views/workflow/task/taskFinish.vue
@@ -38,6 +38,7 @@
+
v{{ scope.row.version }}.0
diff --git a/src/views/workflow/task/taskWaiting.vue b/src/views/workflow/task/taskWaiting.vue
index 14983e2b11424dc06457b2f4e0f8a23330d3ab74..31feb902458a281d22dd7a172dd896705c7fac39 100644
--- a/src/views/workflow/task/taskWaiting.vue
+++ b/src/views/workflow/task/taskWaiting.vue
@@ -38,6 +38,7 @@
+