TonyKang %!s(int64=4) %!d(string=hai) anos
pai
achega
a66a5b17a0
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      report/.eslintrc.js
  2. 1 1
      report/src/interface/basic.ts

+ 1 - 1
report/.eslintrc.js

@@ -19,7 +19,7 @@ module.exports = {
       {
       {
         js: 'never',
         js: 'never',
         jsx: 'never',
         jsx: 'never',
-        ts: 'never',
+        ts: 'always',
         tsx: 'never',
         tsx: 'never',
         json: 'always',
         json: 'always',
       },
       },

+ 1 - 1
report/src/interface/basic.ts

@@ -144,7 +144,7 @@ export interface IPageCellObj {
     }[];
     }[];
 }
 }
 export interface ICell {
 export interface ICell {
-    font: string;
+    font: string | IFontSubCollection;
     control: IControlSubCollection|string;
     control: IControlSubCollection|string;
     style: string;
     style: string;
     Value: number | string | null;
     Value: number | string | null;