liudong
2024-08-24 7067723946f837d0468814c28fe4971b7c331d11
src/views/dmx/knowledgeLib/index.vue
@@ -464,6 +464,7 @@
                    </div>
                  </template>
                  <template #action="{ record }">
                    <a-tooltip content="解析方法">
                    <a-button
                      type="text"
                      :disabled="record.run == '1'"
@@ -475,6 +476,7 @@
                        <icon-tool />
                      </template>
                    </a-button>
                    </a-tooltip>
                    <edit
                      :item="record"
                      v-hasPermi="'/kb/rename'"
@@ -485,6 +487,7 @@
                      type="warning"
                      @ok="deleteItem(record)"
                    >
                      <a-tooltip content="删除">
                      <a-button
                        type="text"
                        size="small"
@@ -495,7 +498,9 @@
                          <icon-delete />
                        </template>
                      </a-button>
                      </a-tooltip>
                    </a-popconfirm>
                    <a-tooltip content="下载">
                    <a-button
                      type="text"
                      size="small"
@@ -507,6 +512,7 @@
                        <icon-download />
                      </template>
                    </a-button>
                    </a-tooltip>
                    <!-- <a-button
                      type="text"