liudong
2024-07-26 ffe9d6d0cffcf9c7e31e2c78134f02190baecc1a
按照原型去掉不做的功能
1个文件已修改
8 ■■■■■ 已修改文件
src/views/dmx/knowledgeLib/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">
<!--                    <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}}
                    </span>
                  </template>
                  <template #staue="{ record }">
                    <a-switch :model-value="record.staue"/>