src/views/eam/equipment/EamEquipmentLedger.vue
@@ -96,7 +96,7 @@ :pagination="ipagination" :loading="loading" :scroll="{ x: 'max-content' }" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange"> <!--统一编码--> <template slot="equipmentCode" slot-scope="text"> <template slot="equipmentCode" slot-scope="text,record"> <a href="#" @click="handleDetail(record)" style="display: inline-block;height: 100%">{{text}}</a> </template>