Просмотр исходного кода

按照原型去掉不做的功能

liudong 2 лет назад
Родитель
Сommit
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"/>