|
|
@@ -130,6 +130,7 @@ export interface IInfoItem {
|
|
|
key: string;
|
|
|
dispName: string;
|
|
|
value?: string;
|
|
|
+ code?: string;
|
|
|
required?: string;
|
|
|
readonly?: string;
|
|
|
options?: string;
|
|
|
@@ -245,7 +246,7 @@ export interface IProperty {
|
|
|
valuationName?: string; // 计价规则名称
|
|
|
maxLimitPriceRate?: number; // 设置最高限价单价浮动率
|
|
|
minLimitPriceRate?: number; // 设置最低限价单价浮动率
|
|
|
- period?:string;//信息价使用的信息价日期期数 "2021年-09月"
|
|
|
+ period?: string; // 信息价使用的信息价日期期数 "2021年-09月"
|
|
|
}
|
|
|
|
|
|
// 原来的列设置太复杂了,没什么必要
|