Browse Source

上下文菜单一直显示

visuddhinanda 3 years ago
parent
commit
312545ce62
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dashboard/src/components/channel/ChannelPickerTable.tsx

+ 1 - 2
dashboard/src/components/channel/ChannelPickerTable.tsx

@@ -164,7 +164,6 @@ const Widget = ({
         search={{
         search={{
           filterType: "light",
           filterType: "light",
         }}
         }}
-        showActions="hover"
         metas={{
         metas={{
           title: {
           title: {
             render(dom, entity, index, action, schema) {
             render(dom, entity, index, action, schema) {
@@ -260,7 +259,7 @@ const Widget = ({
           },
           },
           status: {
           status: {
             // 自己扩展的字段,主要用于筛选,不在列表中显示
             // 自己扩展的字段,主要用于筛选,不在列表中显示
-            title: "筛选",
+            title: "版本筛选",
             valueType: "select",
             valueType: "select",
             valueEnum: {
             valueEnum: {
               all: { text: "全部", status: "Default" },
               all: { text: "全部", status: "Default" },