Parcourir la source

style(waf): 移除实例管理页面过期时间列的排序功能

- 在 instance-manage.vue 文件中,移除了过期时间
fusu il y a 6 jours
Parent
commit
257ba6a44e
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      web/src/pages/waf/instance-manage.vue

+ 1 - 2
web/src/pages/waf/instance-manage.vue

@@ -160,8 +160,7 @@ const columns = [
   {
     title: '过期时间',
     dataIndex: 'expiredAt',
-    width: 180,
-    sorter: true
+    width: 180
   },
   {
     title: '状态',