ZaiZai 1 년 전
부모
커밋
d8c77688e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tasks/flow.vue

+ 1 - 1
src/views/tasks/flow.vue

@@ -282,7 +282,7 @@ const tableSortClick = () => {
 const sortTableColumn = ref([
     { key: 'fixedFlowName', name: '流程名称' },
     { key: 'linkUserJoinString', name: '流程详情' },
-    { key:'action', name: '排序', width: 90 },
+    { key:'action', name: '排序', width: 90, align: 'center' },
 ])
 const sortTableData = ref([])