From d75c2769026f982ac561f74e739a52ed5f041298 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期一, 26 八月 2024 18:03:45 +0800 Subject: [PATCH] fix: 修改bug --- src/views/dmx/knowledgeLib/index.vue | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/views/dmx/knowledgeLib/index.vue b/src/views/dmx/knowledgeLib/index.vue index 226808d..b77ffe6 100644 --- a/src/views/dmx/knowledgeLib/index.vue +++ b/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'" @@ -599,12 +605,12 @@ <!-- </div>--> </div> </div> -<!-- <a-modal title=" " v-model:visible="visible" :footer="false" fullscreen>--> -<!-- <!– <docx previewSrc="http://192.168.20.116:1080/v1/document/get/405c3efa4d8c11ef97560242ac120006"></docx>–>--> -<!-- <docx v-if="documenttype == 'docx'" :previewSrc="previewSrc"></docx>--> -<!-- <excel v-if="documenttype == 'excel'" :previewSrc="previewSrc"></excel>--> -<!-- <txtPdf v-if="documenttype == 'txtPdf'" :previewSrc="previewSrc"></txtPdf>--> -<!-- </a-modal>--> + <!-- <a-modal title=" " v-model:visible="visible" :footer="false" fullscreen>--> + <!-- <!– <docx previewSrc="http://192.168.20.116:1080/v1/document/get/405c3efa4d8c11ef97560242ac120006"></docx>–>--> + <!-- <docx v-if="documenttype == 'docx'" :previewSrc="previewSrc"></docx>--> + <!-- <excel v-if="documenttype == 'excel'" :previewSrc="previewSrc"></excel>--> + <!-- <txtPdf v-if="documenttype == 'txtPdf'" :previewSrc="previewSrc"></txtPdf>--> + <!-- </a-modal>--> <tool ref="toolForm" :kbtenantInfo="kbtenantInfo" -- Gitblit v1.8.0