|
@@ -45,8 +45,8 @@
|
|
v-if="item.encryptLevel"
|
|
v-if="item.encryptLevel"
|
|
>
|
|
>
|
|
<template #content> 安全级别: {{ item.encryptLevel == 'L1'?'敏感':(item.encryptLevel == 'L2'?'涉密':(item.encryptLevel == 'L3'?'机密':'绝密')) }} </template>
|
|
<template #content> 安全级别: {{ item.encryptLevel == 'L1'?'敏感':(item.encryptLevel == 'L2'?'涉密':(item.encryptLevel == 'L3'?'机密':'绝密')) }} </template>
|
|
- <img :src="item.dirType=='1'?ordinaryList:fileStyle" style="width: 72px;height: 72px;" class="shouzhi"></el-tooltip>
|
|
|
|
- <img :src="item.dirType=='1'?ordinaryList:fileStyle" style="width: 72px;height: 72px;" class="shouzhi" v-else>
|
|
|
|
|
|
+ <img :src="item.dirType=='1'?fileStyle:ordinaryList" style="width: 72px;height: 72px;" class="shouzhi"></el-tooltip>
|
|
|
|
+ <img :src="item.dirType=='1'?fileStyle:ordinaryList" style="width: 72px;height: 72px;" class="shouzhi" v-else>
|
|
<el-tooltip
|
|
<el-tooltip
|
|
class="box-item tool-tip"
|
|
class="box-item tool-tip"
|
|
effect="dark"
|
|
effect="dark"
|
|
@@ -193,7 +193,7 @@
|
|
<Star />
|
|
<Star />
|
|
</el-icon>
|
|
</el-icon>
|
|
<img v-else @click.stop="delCollect(scope.row,true)" src="../../assets/images/yellowstar.png" alt="" class="juli">
|
|
<img v-else @click.stop="delCollect(scope.row,true)" src="../../assets/images/yellowstar.png" alt="" class="juli">
|
|
- <img :src="scope.row.dirType=='1'?ordinary:fileBox" style="width: 20px;height: 24px;"
|
|
|
|
|
|
+ <img :src="scope.row.dirType=='1'?fileBox:ordinary" style="width: 20px;height: 24px;"
|
|
alt="" class="juli">
|
|
alt="" class="juli">
|
|
<span class="shouzhi">{{ scope.row.dirName }}</span>
|
|
<span class="shouzhi">{{ scope.row.dirName }}</span>
|
|
</span>
|
|
</span>
|