| | |
| | | }
|
| | | // 禁用部分属性
|
| | | if (this.disabledProp.includes(item.field)) {
|
| | | item.disabled = true;
|
| | | item.readOnly = true; |
| | | }
|
| | | // 设置表单校验的规则,文本
|
| | | let message = "请选择";
|
| | |
| | | prop: item.referConfig ? item.showField : item.field,
|
| | | type: this.columnType[item.type],
|
| | | dicData: this.getDataList(item.type, item.data),
|
| | | disabled: item.disabled,
|
| | | readonly: item.readOnly,
|
| | | disabled: item.readOnly, |
| | | prepend: this.preOrSufFixShow("text", item.prefix),
|
| | | append: this.preOrSufFixShow("text", item.suffix),
|
| | | prefixIcon: this.preOrSufFixShow("icon", item.prefix),
|