diff --git a/vue-fastapi-frontend/src/views/meta/metatask/dsDialog.vue b/vue-fastapi-frontend/src/views/meta/metatask/dsDialog.vue
index 420a10b..f0b63a9 100644
--- a/vue-fastapi-frontend/src/views/meta/metatask/dsDialog.vue
+++ b/vue-fastapi-frontend/src/views/meta/metatask/dsDialog.vue
@@ -1,6 +1,6 @@
-
-
+
+
@@ -95,66 +95,104 @@
-
+
+
+
-
-
-
+
+
+
+
diff --git a/vue-fastapi-frontend/src/views/meta/metatask/index.vue b/vue-fastapi-frontend/src/views/meta/metatask/index.vue
index 6ec873c..dccf96b 100644
--- a/vue-fastapi-frontend/src/views/meta/metatask/index.vue
+++ b/vue-fastapi-frontend/src/views/meta/metatask/index.vue
@@ -12,7 +12,7 @@
placeholder="请输入数据源"
clearable
size="small"
- prefix-icon="el-icon-search"
+ prefix-icon="search"
style="margin-bottom: 20px"
/>
@@ -29,7 +29,7 @@
@node-click="handleNodeClick"
>
-
+
{{ data.name }}
@@ -58,7 +58,7 @@
placeholder="请输入任务名称"
clearable
style="width: 240px"
- @keyup.enter.native="handleQuery"
+
/>
@@ -90,12 +90,12 @@
搜索
- 重置
@@ -106,8 +106,7 @@
新建任务
-
+
+
+
-
-
+ >
{{ getListNameById(scope.row.dbRCode) }}
-
-
-
+
+
+ 修改
+
+
+
+ 删除
+
+
+ handleCommand(command, row)"
+ v-hasPermi="['system:user:resetPwd', 'meta:metatask:edit']"
+ >
+
+ 更多
+
+
+
+ 上线
+
+
+
+ 下线
+
+
+
+ 调度
+
+
+
+ 运行
+
+
+
+ 日志
+
+
+
+
- 修改
- 删除
- handleCommand(command, scope.row)"
- v-hasPermi="['system:user:resetPwd', 'meta:metatask:edit']"
- >
- 更多
-
- 上线
- 下线
- 调度
- 运行
- 日志
-
-
-
@@ -421,14 +418,15 @@
-
-
-
-
+
+
+
+
@@ -518,10 +516,13 @@
-
+
+
+
+
-
-
diff --git a/vue-fastapi-frontend/src/views/meta/metatask/logsDialog.vue b/vue-fastapi-frontend/src/views/meta/metatask/logsDialog.vue
index 3360563..515ae65 100644
--- a/vue-fastapi-frontend/src/views/meta/metatask/logsDialog.vue
+++ b/vue-fastapi-frontend/src/views/meta/metatask/logsDialog.vue
@@ -1,38 +1,43 @@
-
-
+
+
-
- 实例列表
-
+
+
+ 实例列表
+
+
+
-
-
+
+
-
+
+
+
@@ -40,34 +45,39 @@
-
- 任务节点
-
+
+
+ 任务节点
+
+
+
-
+
-
-
+
+
-
+
-
- 日志详情
-
+
+
+ 日志详情
+
+
-
+
\ No newline at end of file
+
diff --git a/vue-fastapi-frontend/src/views/meta/metatask/runDialog.vue b/vue-fastapi-frontend/src/views/meta/metatask/runDialog.vue
index 99a96c2..a97c520 100644
--- a/vue-fastapi-frontend/src/views/meta/metatask/runDialog.vue
+++ b/vue-fastapi-frontend/src/views/meta/metatask/runDialog.vue
@@ -1,6 +1,6 @@
-
+
@@ -52,10 +52,13 @@
-
+
+
+
+
@@ -77,6 +80,7 @@ export default {
},
methods: {
show(ids) {
+
this.form.processDefinitionCode = Number(this.processDefinitionCode[0]);
this.visible = true;
},