| | |
| | | </a-col> |
| | | <a-col :span="6"> |
| | | <a-form-item |
| | | label="查询日期" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | > |
| | | <!-- <j-date |
| | | style="width: 100%" |
| | | placeholder="请选择查询日期" |
| | | :showTime="true" |
| | | dateFormat="YYYY-MM" |
| | | v-model="queryParam.dataTime" |
| | | /> --> |
| | | <a-month-picker |
| | | style="width: 100%" |
| | | v-model="queryParam.dataTime" |
| | | dateFormat="YYYY-MM" |
| | | placeholder="请选择查询日期" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <!-- <a-col :span="6"> |
| | | <a-form-item |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | label="设备名称" |
| | |
| | | placeholder="请输入型号" |
| | | ></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-col> --> |
| | | </a-row> |
| | | </a-form> |
| | | </div> |
| | |
| | | size="small" |
| | | bordered |
| | | rowKey="id" |
| | | :scroll="{x:true}" |
| | | :scroll="{ x: 'calc(1800px + 50%)', y: 900 }" |
| | | :columns="columns" |
| | | :dataSource="dataSource" |
| | | :pagination="ipagination" |
| | | :pagination="false" |
| | | :loading="loading" |
| | | @change="handleTableChange" |
| | | > |
| | |
| | | title: '统一编码', |
| | | align: "center", |
| | | dataIndex: 'equipmentNum', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: '设备名称', |
| | | align: "center", |
| | | dataIndex: 'equipmentName', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: '型号', |
| | | align: "center", |
| | | dataIndex: 'equipmentModel', |
| | | width: 150, |
| | | }, |
| | | { |
| | | title: '点检项目', |
| | |
| | | { |
| | | title: '1', |
| | | align: "center", |
| | | dataIndex: 'data1', |
| | | dataIndex: '01', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '2', |
| | | align: "center", |
| | | dataIndex: 'data2', |
| | | dataIndex: '02', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '3', |
| | | align: "center", |
| | | dataIndex: 'data3', |
| | | dataIndex: '03', |
| | | width: 50, |
| | | // scopedSlots: { customRender: 'yseNoPrecisionParameters' } |
| | | }, |
| | | { |
| | | title: '4', |
| | | align: "center", |
| | | dataIndex: 'data4', |
| | | dataIndex: '04', |
| | | width: 50, |
| | | // scopedSlots: { customRender: 'yseNoInspectionStandard' } |
| | | }, |
| | | { |
| | | title: '5', |
| | | align: "center", |
| | | dataIndex: 'data5', |
| | | dataIndex: '05', |
| | | // scopedSlots: { customRender: 'yseNoMaintenance2Standard' } |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '6', |
| | | align: "center", |
| | | dataIndex: 'data6', |
| | | dataIndex: '06', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '7', |
| | | align: "center", |
| | | dataIndex: 'data7', |
| | | dataIndex: '07', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '8', |
| | | align: "center", |
| | | dataIndex: 'data8', |
| | | dataIndex: '08', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '9', |
| | | align: "center", |
| | | dataIndex: 'data9', |
| | | dataIndex: '09', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '10', |
| | | align: "center", |
| | | dataIndex: 'data10', |
| | | dataIndex: '10', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '11', |
| | | align: "center", |
| | | dataIndex: 'data11', |
| | | dataIndex: '11', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '12', |
| | | align: "center", |
| | | dataIndex: 'data12', |
| | | dataIndex: '12', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '13', |
| | | align: "center", |
| | | dataIndex: 'data13', |
| | | dataIndex: '13', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '14', |
| | | align: "center", |
| | | dataIndex: 'data14', |
| | | dataIndex: '14', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '15', |
| | | align: "center", |
| | | dataIndex: 'data15', |
| | | dataIndex: '15', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '16', |
| | | align: "center", |
| | | dataIndex: 'data16', |
| | | dataIndex: '16', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '17', |
| | | align: "center", |
| | | dataIndex: 'data17', |
| | | dataIndex: '17', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '18', |
| | | align: "center", |
| | | dataIndex: 'data18', |
| | | dataIndex: '18', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '19', |
| | | align: "center", |
| | | dataIndex: 'data19', |
| | | dataIndex: '19', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '20', |
| | | align: "center", |
| | | dataIndex: 'data20', |
| | | dataIndex: '20', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '21', |
| | | align: "center", |
| | | dataIndex: 'data21', |
| | | dataIndex: '21', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '22', |
| | | align: "center", |
| | | dataIndex: 'data22', |
| | | dataIndex: '22', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '23', |
| | | align: "center", |
| | | dataIndex: 'data23', |
| | | dataIndex: '23', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '24', |
| | | align: "center", |
| | | dataIndex: 'data24', |
| | | dataIndex: '24', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '25', |
| | | align: "center", |
| | | dataIndex: 'data25', |
| | | dataIndex: '25', |
| | | width: 50, |
| | | }, |
| | | { |
| | |
| | | { |
| | | title: '28', |
| | | align: "center", |
| | | dataIndex: 'data28', |
| | | dataIndex: '28', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '29', |
| | | align: "center", |
| | | dataIndex: 'data29', |
| | | dataIndex: '29', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '30', |
| | | align: "center", |
| | | dataIndex: 'data30', |
| | | dataIndex: '30', |
| | | width: 50, |
| | | }, |
| | | { |
| | | title: '31', |
| | | align: "center", |
| | | dataIndex: 'data31', |
| | | dataIndex: '31', |
| | | width: 50, |
| | | }, |
| | | ], |