Skip to content

Commit

Permalink
fix(设备管理): 产品物模型
Browse files Browse the repository at this point in the history
  • Loading branch information
Lind-pro committed Nov 25, 2020
1 parent 2dfd3b0 commit 59e7579
Show file tree
Hide file tree
Showing 4 changed files with 533 additions and 328 deletions.
5 changes: 3 additions & 2 deletions src/pages/device/product/component/data.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class ValueType {

length?: number;

latProperty:string;
latProperty: string;

dateTemplate?: string;

Expand All @@ -74,7 +74,7 @@ export class ValueType {
expands: {
report: boolean;
readOnly: boolean;
maxLength:number;
maxLength: number;
};

properties?: Parameter[];
Expand All @@ -94,6 +94,7 @@ export class PropertiesMeta {
expands: {
report: boolean;
readOnly: boolean;
[name: string]: any
};
}

Expand Down

0 comments on commit 59e7579

Please sign in to comment.