vue隐藏架构提交

This commit is contained in:
zhal 2022-10-10 09:47:08 +08:00
parent 9103143bd6
commit af304dcedd
3 changed files with 4 additions and 5 deletions

View File

@ -70,7 +70,7 @@
:load="loadNode">
<span slot-scope="{node, data}" style="display: flex;width: 100%">
<i class="awsui-iconfont tree-content-icon tree-content-icon-padding" :style="{'color': node.data.icon.color}" v-html="node.data.icon.icon"></i>
<span :title="node.label" style="max-width:250px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">{{node.label}}</span>
<span :title="node.label" style="max-width:250px;overflow: hidden; white-space: nowrap;">{{node.label}}</span>
<span v-if="node.level > 1" class="action-checkBox" style="flex: 1;text-align: right" @click="handleCheckedActionChange(node)">
<el-checkbox-group v-model="node.data.dataActionPerm">
<el-checkbox v-for="dataAction in node.data.dataActionPermOpts" :label="dataAction.label" :key="dataAction.label"

View File

@ -119,11 +119,11 @@
</div>
</template>
</el-table-column>
<el-table-column v-if="crrentUserId=='admin'"
<el-table-column
prop="second"
label="修改日期"
width="300">
<template slot-scope="scope">
<template slot-scope="scope" v-if="scope.row.methodId!='default' && scope.row.methodId!='process.framework' ">
<div class="div-update-date" >
<p>
{{scope.row.updateUser}} {{scope.row.updateDate}}修改

View File

@ -52,11 +52,10 @@
</template>
</el-table-column>
<el-table-column
v-if="crrentUserId=='admin'"
prop="second"
label="修改日期"
width="350">
<template slot-scope="scope">
<template slot-scope="scope" v-if="scope.row.methodId!='default' && scope.row.methodId!='process.framework' ">
<div class="div-update-date">
<p>
{{scope.row.updateUser}} {{scope.row.updateDate}}修改