瀏覽代碼

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

- 在 instance-manage.vue 文件中,移除了过期时间
fusu 6 天之前
父節點
當前提交
257ba6a44e
共有 1 個文件被更改,包括 1 次插入2 次删除
  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: '状态',