Przeglądaj źródła

feat(types): 小数位数 bills => bill

zhangweicheng 4 lat temu
rodzic
commit
e08fda46d7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/project.ts

+ 1 - 1
types/src/interface/project.ts

@@ -26,7 +26,7 @@ export interface IGLJCol {
 
 // 小数位数
 export interface IDecimal {
-  bills: { unitPrice: number; totalPrice: number };
+  bill: { unitPrice: number; totalPrice: number };
   ration: { quantity: number; unitPrice: number; totalPrice: number };
   glj: { quantity: number; unitPriceHasMix: number; unitPrice: number };
   feeRate: number;