Lius
2024-01-06 2145108a5bf0c721fea728e0a4936cb7007a92a2
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,
          },
          {