diff --git a/admin/src/layout/index.vue b/admin/src/layout/index.vue index 979417b1..8b5b0c37 100644 --- a/admin/src/layout/index.vue +++ b/admin/src/layout/index.vue @@ -84,6 +84,14 @@ export default { message: '你有('+res.data.back+')个转单订单,需要处理' }); } + if(res && res.data.order_write_off > 0) { + this.$notify({ + title: '订单核销', + duration: 10000, + dangerouslyUseHTMLString: true, + message: '你有('+res.data.order_write_off+')个核销订单' + }); + } }).catch(err=>{ console.log(err) }) diff --git a/admin/src/views/qa/problem.vue b/admin/src/views/qa/problem.vue index e065fd3e..6f8a79ff 100644 --- a/admin/src/views/qa/problem.vue +++ b/admin/src/views/qa/problem.vue @@ -122,10 +122,13 @@ class="file-card" :body-style="{ padding: '10px' }" > -
+
+ {{ getFileName(file.file) }} +
+
{{ file.desc }}