| | |
| | | v-if="col.dataIndex == 'location'" |
| | | :maxLength="500" |
| | | auto-size |
| | | placeholder="请输入位置" |
| | | placeholder="请输入保养位置" |
| | | @change="(e)=>handleChange(e, record.key, col, index)" |
| | | :disabled="true" |
| | | /> |
| | | <j-image-upload |
| | | :value="text" |
| | |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: '部位', |
| | | title: '保养部位', |
| | | align: 'center', |
| | | dataIndex: 'location', |
| | | scopedSlots: { customRender: 'location' }, |
| | |
| | | standard: data[i].standard, |
| | | maintenanceMethodName: data[i].maintenanceMethod_dictText, |
| | | maintenanceTool: data[i].maintenanceTool, |
| | | location: data[i].location, |
| | | maintenanceSpecialtyName: data[i].maintenanceSpecialtyId_dictText, |
| | | maintenanceRequire: data[i].maintenanceRequire, |
| | | workingHourQuota: data[i].workingHourQuota, |
| | |
| | | dataIndex: 'maintenanceSpecialtyId_dictText' |
| | | }, |
| | | { |
| | | title: '保养部位', |
| | | align: 'center', |
| | | dataIndex: 'location' |
| | | }, |
| | | { |
| | | title: '安全要求', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceRequire' |
| | |
| | | @cancel='close' |
| | | style='top:50px' |
| | | cancelText='关闭' |
| | | :width='1250' |
| | | :width='1500' |
| | | > |
| | | <a-card :bordered='false'> |
| | | <div class='table-page-search-wrapper'> |
| | |
| | | dataIndex: 'maintenanceRequire' |
| | | }, |
| | | { |
| | | title: '保养部位', |
| | | align: 'center', |
| | | dataIndex: 'location' |
| | | }, |
| | | { |
| | | title: '工时定额', |
| | | align: 'center', |
| | | dataIndex: 'workingHourQuota' |
| | |
| | | <template> |
| | | <a-modal |
| | | :title="title" |
| | | :width="1250" |
| | | :width="1500" |
| | | :visible="visible" |
| | | :maskClosable="false" |
| | | @ok="handleOk" |
| | |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :span="12" hidden > |
| | | <a-col |
| | | :span="12" |
| | | hidden |
| | | > |
| | | <!-- v-if="false" --> |
| | | <a-form-item |
| | | label="设备名称Id" |
| | |
| | | v-if="col.dataIndex == 'location'" |
| | | :maxLength="500" |
| | | auto-size |
| | | placeholder="请输入位置" |
| | | placeholder="请输入保养部位" |
| | | @change="(e)=>handleChange(e, record.key, col, index)" |
| | | :disabled="true" |
| | | /> |
| | | <j-image-upload |
| | | :value="text" |
| | |
| | | width: 140, |
| | | }, |
| | | { |
| | | title: '部位', |
| | | title: '保养部位', |
| | | align: 'center', |
| | | dataIndex: 'location', |
| | | scopedSlots: { customRender: 'location' }, |
| | |
| | | maintenanceProjectId: data[i].id, |
| | | name: data[i].name, |
| | | standard: data[i].standard, |
| | | location: data[i].location, |
| | | maintenanceMethodName: data[i].maintenanceMethod_dictText, |
| | | maintenanceTool: data[i].maintenanceTool, |
| | | maintenanceSpecialtyName: data[i].maintenanceSpecialtyId_dictText, |