zhangxiao
2024-08-26 d75c2769026f982ac561f74e739a52ed5f041298
src/views/dmx/knowledgeLib/index.vue
@@ -34,6 +34,7 @@
                  <span
                    style="cursor: pointer; color: #4977ba; font-size: 12px"
                    @click="deleteKnowledge(tab.id)"
                    v-hasPermi="'/kb/delete'"
                    ><icon-delete style="font-size: 14px" />删除</span
                  >
                </template>
@@ -88,6 +89,7 @@
                                  type="text"
                                  class="button"
                                  style="color: #2a2a2b"
                                  v-hasPermi="'/kb/data_status'"
                                  @click="enableDisable(1)"
                                >
                                  <template #icon>
@@ -101,6 +103,7 @@
                                  type="text"
                                  class="button"
                                  style="color: #2a2a2b"
                                  v-hasPermi="'/kb/data_status'"
                                  @click="enableDisable(0)"
                                >
                                  <template #icon>
@@ -114,6 +117,7 @@
                                  type="text"
                                  class="button"
                                  style="color: #2a2a2b"
                                  v-hasPermi="'/kb/data_analysis'"
                                  @click="addBlock(1)"
                                >
                                  <template #icon>
@@ -127,6 +131,7 @@
                                  type="text"
                                  class="button"
                                  style="color: #2a2a2b"
                                  v-hasPermi="'/kb/data_analysis'"
                                  @click="addBlock(2)"
                                >
                                  <template #icon>
@@ -140,6 +145,7 @@
                                <a-button
                                  type="text"
                                  class="button"
                                  v-hasPermi="'/kb/data_delete'"
                                  style="color: #2a2a2b"
                                  @click="addBlock(3)"
                                >
@@ -469,7 +475,7 @@
                        type="text"
                        :disabled="record.run == '1'"
                        @click="handleClick(record)"
                        v-hasPermi="'/kb/data_update'"
                        查
                        size="small"
                      >
                        <template #icon>
@@ -513,8 +519,8 @@
                        </template>
                      </a-button>
                    </a-tooltip>
                    <!-- <a-button
                    <!--
                    <a-button
                      type="text"
                      size="small"
                      :disabled="record.run == '1'"