|
@@ -31,8 +31,8 @@ export interface InforPropertyModel {
|
|
|
maxValue?: string;
|
|
|
inputOrOutput?: "input" | "output";
|
|
|
bindValue?: string; //这个是el-form 会绑定的值
|
|
|
- bindCode?: string; // //编号
|
|
|
- bindLabel?: string; //这个是el-mention 会绑定的值 然后将id给 bindCode
|
|
|
+
|
|
|
+ bindLabel?: string; //这个是el-mention 会绑定的值
|
|
|
bingObjJson?: string; // 这个是el-metntion 会绑定的整个对象的值
|
|
|
}
|
|
|
|