liu
昨天 b725cca0ff60728be04ef2ddb4cde5fcdf80bf8e
src/views/bpm/model/data.ts
@@ -1,7 +1,7 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { BpmModelApi } from '#/api/bpm/model';
import { DICT_TYPE } from '..\..\..\packages\constants\src';
import { DICT_TYPE } from '@vben/constants';
/** 列表的字段 */
export function useGridColumns(): VxeTableGridOptions<BpmModelApi.Model>['columns'] {
@@ -40,6 +40,12 @@
      slots: { default: 'deploymentTime' },
    },
    {
      field: 'autoApprove',
      title: '免审批',
      minWidth: 110,
      slots: { default: 'autoApprove' },
    },
    {
      title: '操作',
      width: 150,
      fixed: 'right',