liudong
2024-08-13 59f3a0a8d8b6d221949a4e74e005ebfd7242aaf7
src/views/dmx/knowledgeLib/index.vue
@@ -231,19 +231,19 @@
                    <tool :kbtenantInfo="kbtenantInfo" :item="record" :kbdetail="kbdetail" />
                    <edit :item="record" @upTabdateItem="upTabdateItem"/>
                    <a-popconfirm :content="'确定删除吗'" type="warning" @ok="deleteItem(record)">
                      <a-button  type="text" size="small">
                      <a-button  type="text" size="small" :disabled="record.run == '1'">
                        <template #icon>
                          <icon-delete />
                        </template>
                      </a-button>
                    </a-popconfirm>
                    <a-button type="text" size="small" @click="onDownloadDocument(record)">
                    <a-button type="text" size="small" :disabled="record.run == '1'" @click="onDownloadDocument(record)">
                      <template #icon>
                        <icon-download />
                      </template>
                    </a-button>
                    <a-button type="text" size="small"  @click="previewArea(record)">
                    <a-button type="text" size="small" :disabled="record.run == '1'"  @click="previewArea(record)">
                      <template #icon>
                        <icon-eye />
                      </template>