소스 검색

按照原型去掉不做的功能

liudong 2 년 전
부모
커밋
ffe9d6d0cf
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      src/views/dmx/knowledgeLib/index.vue

+ 6 - 4
src/views/dmx/knowledgeLib/index.vue

@@ -147,10 +147,12 @@
                   :scroll="{ y: 580 }"
                 >
                   <template #name="{ record }">
-                    <icon-file style="color: #0960bd;margin-right: 4px;" />
-                    <span style="color: #0960bd;cursor: pointer" @click="fileClick">
-                      {{record.name}}
-                    </span>
+<!--                    <icon-file style="color: #0960bd;margin-right: 4px;" />-->
+                    <icon-file style="margin-right: 4px;" />
+<!--                    <span style="color: #0960bd;cursor: pointer" @click="fileClick">-->
+<!--                      {{record.name}}-->
+<!--                    </span>-->
+                    {{record.name}}
                   </template>
                   <template #staue="{ record }">
                     <a-switch :model-value="record.staue"/>