[update] 修改文档库

This commit is contained in:
lideqin
2023-08-24 10:10:48 +08:00
parent a8f350e6d7
commit e5b6ed9961
+2 -2
View File
@@ -48,7 +48,7 @@
:scroll="{x: '100%'}"
@change="tableOnChange">
<!-- 在混入里已经过滤过没有权限的按钮了 -->
<template v-slot:operation="{text, record}">
<template slot="operation" slot-scope="{text, record}">
<a v-for="(operation, index) in operationList.slice(0, operateMaxNum)" :key="index" @click="operationClick(operation,record)">
<template v-if="operation.text === $t('docLibrary.cancelCollection')">
{{ !record.collectFlag || record.collectFlag === '0' ? $t('docLibrary.collection') : $t('docLibrary.cancelCollection')
@@ -114,6 +114,7 @@
</template>
<script>
import '@assets/less/common.less'
// 搜索组件
import Search from '@/components/customField/Search'
// 新增、编辑组件
@@ -530,5 +531,4 @@ export default {
</script>
<style scoped>
@import '~@assets/less/common.less';
</style>