|
|
@@ -20,17 +20,14 @@ export interface ILogDetail {
|
|
|
institution?: string; // 单位名称
|
|
|
procunit?: string; // 流程环节
|
|
|
procuAttr?: string; // 流程环节缩写
|
|
|
- gljLogs?: Array<
|
|
|
- ILogDetail & {
|
|
|
- info: {
|
|
|
- code?: string;
|
|
|
- name?: string;
|
|
|
- unit?: string;
|
|
|
- specs: string;
|
|
|
- type: GljType;
|
|
|
- };
|
|
|
- }
|
|
|
- >;
|
|
|
+ gljLogs?: Array<ILogDetail>;
|
|
|
+ info?: {
|
|
|
+ code?: string;
|
|
|
+ name?: string;
|
|
|
+ unit?: string;
|
|
|
+ specs: string;
|
|
|
+ type: GljType;
|
|
|
+ };
|
|
|
}
|
|
|
|
|
|
export interface IEditLog {
|