Browse Source

暂停回执

wuyi 1 year ago
parent
commit
8773467b0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/TaskView.vue

+ 1 - 1
src/views/TaskView.vue

@@ -86,7 +86,7 @@
                                     type="primary"
                                     size="small"
                                     @click="receipt(row)"
-                                    v-if="row.status === 'completed'"
+                                    v-if="row.status === 'completed'||row.status === 'pause'"
                                 >
                                     回执
                                 </ElButton>