diff --git a/src/api/org/label.ts b/src/api/org/label.ts
index 1191210..0cf9c7a 100644
--- a/src/api/org/label.ts
+++ b/src/api/org/label.ts
@@ -13,4 +13,8 @@ export function labelAdd(params?: any) {
// 标签插入
export function labelInsert(params?: any) {
return request.post({ url: '/system/label/insert', params })
+}
+
+export function labelDetail(params?: any){
+ return request.get({ url: '/system/label/detail', params })
}
\ No newline at end of file
diff --git a/src/views/work/Dissatisfied.vue b/src/views/work/Dissatisfied.vue
index 516eca2..df78acc 100644
--- a/src/views/work/Dissatisfied.vue
+++ b/src/views/work/Dissatisfied.vue
@@ -109,7 +109,7 @@
- {{ row.flowBeforeName
+ {{ row.flowName
}}
未签收
diff --git a/src/views/work/Query.vue b/src/views/work/Query.vue
index 37a8442..737e5d2 100644
--- a/src/views/work/Query.vue
+++ b/src/views/work/Query.vue
@@ -126,7 +126,7 @@
- {{ row.flowBeforeName
+ {{ row.flowName
}}
未签收
@@ -169,7 +169,7 @@
-
+