art: 设备管理-设备台账 删除区号,增加技术状态
| | |
| | | dataIndex: 'equipmentImportance_dictText', |
| | | }, |
| | | { |
| | | title: '资产状态', |
| | | title: '技术状态', |
| | | align: 'center', |
| | | width: 100, |
| | | dataIndex: 'technologyStatus_dictText' |
| | | }, |
| | | { |
| | | title: '资产使用状态', |
| | | align: 'center', |
| | | width: 100, |
| | | dataIndex: 'assetStatus_dictText' |
| | |
| | | align: 'center', |
| | | width: 100, |
| | | dataIndex: 'equipmentSpecification' |
| | | }, |
| | | { |
| | | title: '区号', |
| | | align: 'center', |
| | | width: 100, |
| | | dataIndex: 'areaCode' |
| | | }, |
| | | { |
| | | title: '电机台数', |
| | |
| | | |
| | | <a-row :gutter="24"> |
| | | <a-col :span="6"> |
| | | <a-form-model-item prop="areaCode" label="区号"> |
| | | <a-input :placeholder="disableSubmit?'':'请输入区号'" v-model="model.areaCode" :disabled="disableSubmit"/> |
| | | <a-form-model-item prop="technologyStatus" label="技术状态"> |
| | | <j-dict-select-tag dict-code="technology_status" placeholder="请选择技术状态" |
| | | v-model="model.technologyStatus" :disabled="disableSubmit" /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="6"> |