From fc69a3864158370b1cebab5be6dfaa06c211eee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 15 Dec 2023 22:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=8C=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index_v1.vue | 70 ++++++++++++++++++++++++++++++++++++++- src/views/model/model.vue | 8 +++-- 2 files changed, 75 insertions(+), 3 deletions(-) diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index a409761..f75d82a 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -6,6 +6,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -67,7 +117,22 @@ export default { }, data() { return { - lineChartData: lineChartData.newVisitis + lineChartData: lineChartData.newVisitis, + + tableData: [ + { + no: '1', + plant: '1', + productionLine: '1', + workOrderNumber: '1', + productName: '1', + productCode: '1', + SalesOrderNumber: '1', + scheduledProduction: '1', + FinishedOutput: '1', + percentageComplete: '1' + } + ] } }, methods: { @@ -96,4 +161,7 @@ export default { padding: 8px; } } +.el-table th.el-table__cell > .cell{ + text-align: center ; +} diff --git a/src/views/model/model.vue b/src/views/model/model.vue index 8a19601..503e55a 100644 --- a/src/views/model/model.vue +++ b/src/views/model/model.vue @@ -79,7 +79,7 @@
-
@@ -550,7 +550,7 @@ export default { // '1733000034217234432', // '1732999987471716352', // '1732999849172930560', - + // // '1732999837521154048', // '1732999828495011840', // '1732999786233204736', @@ -640,6 +640,10 @@ export default { }, setNowFlowIndex(k) { this.nowFlowIndex = k + }, + toLink(e){ + console.log(e.link) + this.$router.push('/board/liner') } } };