Lius
2023-11-13 3a8223b71d18205d40b894fd0b4c0fa1ca773e86
src/views/eam/EquipmentMaintenancePlanList.vue
@@ -164,9 +164,6 @@
            title:'创建时间',
            align:"center",
            dataIndex: 'createTime',
            customRender:function (text) {
              return !text?"":(text.length>10?text.substr(0,10):text)
            },
            width:200,
          },
          {
@@ -179,9 +176,6 @@
            title:'修改时间',
            align:"center",
            dataIndex: 'updateTime',
            customRender:function (text) {
              return !text?"":(text.length>10?text.substr(0,10):text)
            },
            width:200,
          },
          {