|
@@ -30,7 +30,7 @@ export interface IMatter {
|
|
|
// 审批金额组件配置
|
|
// 审批金额组件配置
|
|
|
auditAmountConfig?: IAuditSummaryConfig[];
|
|
auditAmountConfig?: IAuditSummaryConfig[];
|
|
|
// 审核意见组件配置
|
|
// 审核意见组件配置
|
|
|
- comment?: IAuditCommentConfig;
|
|
|
|
|
|
|
+ auditCommentsConfig?: IAuditCommentConfig;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IGatherMatter extends IMatter {
|
|
export interface IGatherMatter extends IMatter {
|
|
@@ -47,6 +47,7 @@ export interface IStepMatter {
|
|
|
formPermission: string[];
|
|
formPermission: string[];
|
|
|
costPermission: string[];
|
|
costPermission: string[];
|
|
|
profilePermission: string[];
|
|
profilePermission: string[];
|
|
|
|
|
+ auditCommentsPermission: string[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IGatherStepMatter extends IStepMatter {
|
|
export interface IGatherStepMatter extends IStepMatter {
|