art: 项目性维修-详情页面-附件,设备状态,技术状态不展示问题修改
| | |
| | | ellipsis: true |
| | | }, |
| | | { |
| | | title: '资产编码', |
| | | align: 'center', |
| | | dataIndex: 'assetNumber', |
| | | width: 120 |
| | | }, |
| | | |
| | | { |
| | | title: '特种设备', |
| | | align: 'center', |
| | | dataIndex: 'specificEquipment_dictText', |
| | |
| | | icon='search' |
| | | >查询</a-button> |
| | | <a-button |
| | | type='primary' |
| | | type='info' |
| | | @click='searchReset' |
| | | icon='reload' |
| | | style='margin-left: 8px' |
| | |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '资产编码', |
| | | key: 'assetNumber', |
| | | type: JVXETypes.normal, |
| | | width: '140px', |
| | | align: "center", |
| | | fixed: 'left', |
| | | defaultValue: '' |
| | | }, |
| | | { |
| | | title: '外委单位', |
| | | key: 'supplierId', |
| | | type: JVXETypes.slot, |
| | |
| | | /** 调用完edit()方法之后会自动调用此方法 */ |
| | | editAfter() { |
| | | this.$nextTick(() => { |
| | | this.model.file = this.model.annex; |
| | | }) |
| | | // 加载子表数据 |
| | | if (this.model.id) { |
| | |
| | | icon="search" |
| | | >查询</a-button> |
| | | <a-button |
| | | type="info" |
| | | @click="searchReset" |
| | | icon="reload" |
| | | style="margin-left:8px;" |