From 0a2fac050480ebcc4f1445c667de77b2ea12e77b Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 25 三月 2025 09:18:29 +0800 Subject: [PATCH] art: 设备台账-新增 修改 --- src/views/eam/equipment/EamEquipmentList.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/eam/equipment/EamEquipmentList.vue b/src/views/eam/equipment/EamEquipmentList.vue index 2c13c29..ed6bece 100644 --- a/src/views/eam/equipment/EamEquipmentList.vue +++ b/src/views/eam/equipment/EamEquipmentList.vue @@ -138,7 +138,8 @@ align: 'center', customRender: function(t, r, index) { return parseInt(index) + 1 - } + }, + fixed: 'left', }, { title: '璁惧缂栧彿', @@ -176,7 +177,7 @@ dataIndex: 'operationSystem' }, { - title: '浣跨敤閮ㄩ棬', + title: '浣跨敤杞﹂棿', align: 'center', width : 100, dataIndex: 'orgId' -- Gitblit v1.9.3