Explorar o código

任务流程排序

ZaiZai hai 1 ano
pai
achega
d24893c437
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/tasks/flow.vue

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

@@ -262,7 +262,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([])