Files
geg-gas-web/src/components/Comment/index.ts
yaoyn a67bc629e5 通用的评论组件
流程图中可查看当前流程审批人
首页使用配置项中的后端地址
列表字段默认左对齐
2024-11-04 10:39:21 +08:00

5 lines
127 B
TypeScript

import { withInstall } from '/@/utils';
import comment from './src/Comment.vue';
export const Comment = withInstall(comment);