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; } +