Commit 66023983 authored by 罗超's avatar 罗超

修改名称

parent fbb69901
......@@ -69,7 +69,7 @@
<el-popover :width="275" trigger="click">
<template #reference>
<div class="cusor-pointer" style="margin-top: 8px;">
<el-icon size="16" class="q-ml-md" title="可以查看" v-if="x.EditTypeList.indexOf(1)!=-1"><View /></el-icon>
<el-icon size="16" class="q-ml-md" title="可以复制" v-if="x.EditTypeList.indexOf(1)!=-1"><CopyDocument /></el-icon>
<el-icon size="16" color="#f89c53" class="q-ml-md" title="可以修改" v-if="x.EditTypeList.indexOf(2)!=-1"><EditPen /></el-icon>
<el-icon size="16" color="#0b40fe" class="q-ml-md" title="可以下载" v-if="x.EditTypeList.indexOf(3)!=-1"><Download /></el-icon>
</div>
......@@ -101,7 +101,7 @@
import { ApiResult } from '@/configs/axios';
import OrgService from '@/services/OrgService';
import { ref } from 'vue';
import { View,Download,EditPen,Delete } from '@element-plus/icons-vue';
import { View,Download,EditPen,Delete,CopyDocument } from '@element-plus/icons-vue';
import { ElDialog, ElMessage, ElMessageBox } from 'element-plus';
import ConfigService from '@/services/ConfigService';
......@@ -140,7 +140,7 @@ shareTypeItems.value.push({label:'所有人',value:0})
shareTypeItems.value.push({label:'公司',value:1})
shareTypeItems.value.push({label:'部门',value:2})
shareTypeItems.value.push({label:'员工',value:4})
permissions.value.push({label:'查看',value:1})
permissions.value.push({label:'复制',value:1})
permissions.value.push({label:'编辑',value:2})
permissions.value.push({label:'导出',value:3})
const currentType = ref<number>(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment