From 86301bd8e636e53667bc34c501b49149e663ec66 Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期一, 27 五月 2024 16:14:29 +0800 Subject: [PATCH] 机台监控界面效率和能耗对比优化 --- src/views/dry/DryOrderList.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/views/dry/DryOrderList.vue b/src/views/dry/DryOrderList.vue index bfd9690..e442b45 100644 --- a/src/views/dry/DryOrderList.vue +++ b/src/views/dry/DryOrderList.vue @@ -146,6 +146,10 @@ label: '鎿嶄綔璁板綍', onClick: openReport.bind(null, record), }, + { + label: '杩囩▼瓒嬪娍', + onClick: openProcessTendency.bind(null, record), + } ] } /** @@ -173,7 +177,7 @@ /**鎵撳紑鎶ヨ〃 */ function openReport(record: Recordable) { - console.log(`output->record`, record) + //console.log(`output->record`, record) router.push({ path: '/dry/order/report', query: { @@ -181,6 +185,11 @@ }, }) } + + /** 鎵撳紑杩囩▼瓒嬪娍璧板娍鍥剧獥鍙� */ + function openProcessTendency(record: Recordable) { + console.log(`output->record`, record) + } </script> <style scoped></style> -- Gitblit v1.9.3