From 10fdc587a248b873a85c3941b410186d4266575c Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 22 Sep 2022 16:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=EF=BC=9A=E5=8D=95?= =?UTF-8?q?=E5=85=B5=E6=97=A0=E4=BA=BA=E6=9C=BA=20=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E6=9B=B4=E6=94=B9=E4=B8=BA=E6=9C=AA?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E7=8A=B6=E6=80=81=E6=89=8D=E5=8F=AF=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 4fb29040..766b2115 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -341,10 +341,12 @@ " :pagination="pagination" @change="handleTableChange"> @@ -1567,18 +1569,21 @@ const columns2 = ref([ title: '名称', dataIndex: 'wrjName', key: 'wrjName', + align: 'center' }, { title: '申请状态', dataIndex: 'wrjState', width: '60%', key: 'wrjState', + align: 'center' }, { title: '操作', dataIndex: 'operation', width: '20%', key: 'wrjName', + align: 'center' }, ]) // const allClick = ref([]) @@ -2098,4 +2103,5 @@ video::-webkit-media-controls { margin-top: 14px; cursor: pointer; } +