src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue
@@ -12,7 +12,6 @@ :pagination="ipagination" :loading="loading" class="j-table-force-nowrap" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange"> </a-table> </div> @@ -42,19 +41,10 @@ // 表头 columns: [ { title: '#', dataIndex: '', key: 'rowIndex', width: 60, align: 'center', customRender: function(t, r, index) { return parseInt(index) + 1 } }, { title: '序号', align: 'center', dataIndex: 'itemCode' dataIndex: 'itemCode', width: 60, }, { title: '保养项',