diff --git a/src/const/workflow/implementation.js b/src/const/workflow/implementation.js
index 926ef93..e4d6eaa 100644
--- a/src/const/workflow/implementation.js
+++ b/src/const/workflow/implementation.js
@@ -66,7 +66,7 @@ export const tableOption = {
},
{
type: "input",
- label: "审批状态",
+ label: "状态",
prop: "isFinish",
align: "left",
overHidden: true,
diff --git a/src/views/maintenance/database1.vue b/src/views/maintenance/database1.vue
index 04ae84c..9516304 100644
--- a/src/views/maintenance/database1.vue
+++ b/src/views/maintenance/database1.vue
@@ -2,84 +2,85 @@
-
-
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
查询
-
-
-
-
-
-
下载模板
-
+
+
+ 查询
+ 重置
+
+ 下载模板
+
+ 导入
- 导入
-
-
+
+
-
+
{
+ getList({
+ current: currentPage,
+ size: pageSize,
+ ...this.searchForm,
+ }).then((res) => {
const { total, records } = res.data.data;
this.page.total = total;
this.tableData = records;
@@ -219,33 +224,23 @@ export default {
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index de0edeb..87ede18 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -305,7 +305,7 @@ export default {
var option = {
color: ["#FF9130", "#4CA3FB", "#2EE27C"],
title: {
- text: "按照完成状态统计",
+ text: "近一个月完成状态统计",
textStyle: {
color: "#000",
fontSize: 16,
@@ -538,9 +538,8 @@ export default {