zhaowei
2025-07-10 9c3e38a41dd44416c9e95f86eda3edab6df7d0be
设备台账点击设备列表中的统一编码可以打开详情弹窗并带入行记录
已修改1个文件
2 ■■■ 文件已修改
src/views/eam/equipment/EamEquipmentLedger.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>