diff --git a/src/resources/plugins/TsForm/TsForm.vue b/src/resources/plugins/TsForm/TsForm.vue index b4fd01a401c83e429947a265a31866b4017d58ff..3baf0ed2a49ec95c862969e9410ccf0ffdd13f34 100755 --- a/src/resources/plugins/TsForm/TsForm.vue +++ b/src/resources/plugins/TsForm/TsForm.vue @@ -303,6 +303,8 @@ export default { //主要用来回显input框的数据 item.width = item.width || _this.width; item.theme = _this.$utils.deepClone(_this.theme); + item.readonly = item.readonly || _this.readonly; + item.disabled = item.disabled || _this.disabled; $handler = h(ITEMTYPELIST[item.type], { key: item.name, props: item,