diff --git a/src/views/wf/allwork.vue b/src/views/wf/allwork.vue
index 16a8634a..c5fe59bc 100644
--- a/src/views/wf/allwork.vue
+++ b/src/views/wf/allwork.vue
@@ -37,9 +37,7 @@
查看详情
- 接单
-
+
@@ -101,14 +99,6 @@
},
});
},
- handleAccept(row) {
- this.$API.wf.ticket.ticketAccept.req(row.id, {}).then(res => {
- if (res.err_msg) {
- } else {
- this.getList();
- }
- })
- },
},
};
diff --git a/src/views/wf/configuration.vue b/src/views/wf/configuration.vue
index df35ddef..075ea2b9 100644
--- a/src/views/wf/configuration.vue
+++ b/src/views/wf/configuration.vue
@@ -1,6 +1,6 @@
-
+
@@ -45,5 +45,14 @@
}
}
+
diff --git a/src/views/wf/dutywork.vue b/src/views/wf/dutywork.vue
index da7093b9..b5600ccd 100644
--- a/src/views/wf/dutywork.vue
+++ b/src/views/wf/dutywork.vue
@@ -36,12 +36,24 @@
处理
+
+
+
+ 接单
+
{
+ if (res.err_msg) {
+ } else {
+ this.getList();
+ }
+ })
+ },
},
};
diff --git a/src/views/wf/state.vue b/src/views/wf/state.vue
index 51bc1790..0ec709e8 100644
--- a/src/views/wf/state.vue
+++ b/src/views/wf/state.vue
@@ -42,21 +42,18 @@
- {{
- options_[scope.row.participant_type]
- }}
+
+ {{options_[scope.row.participant_type]}}
- {{
- options2_[scope.row.distribute_type]
- }}
+
+ {{options2_[scope.row.distribute_type]}}
编辑
+ >编辑
删除
diff --git a/src/views/wf/transform.vue b/src/views/wf/transform.vue
index bdf19199..3c02233a 100644
--- a/src/views/wf/transform.vue
+++ b/src/views/wf/transform.vue
@@ -11,6 +11,7 @@
:data="list" ref="table"
row-key="id" stripe highlightCurrentRow hidePagination
>
+