vue隐藏架构提交
This commit is contained in:
parent
9103143bd6
commit
af304dcedd
@ -70,7 +70,7 @@
|
|||||||
:load="loadNode">
|
:load="loadNode">
|
||||||
<span slot-scope="{node, data}" style="display: flex;width: 100%">
|
<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>
|
<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)">
|
<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-group v-model="node.data.dataActionPerm">
|
||||||
<el-checkbox v-for="dataAction in node.data.dataActionPermOpts" :label="dataAction.label" :key="dataAction.label"
|
<el-checkbox v-for="dataAction in node.data.dataActionPermOpts" :label="dataAction.label" :key="dataAction.label"
|
||||||
|
|||||||
@ -119,11 +119,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column v-if="crrentUserId=='admin'"
|
<el-table-column
|
||||||
prop="second"
|
prop="second"
|
||||||
label="修改日期"
|
label="修改日期"
|
||||||
width="300">
|
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" >
|
<div class="div-update-date" >
|
||||||
<p>
|
<p>
|
||||||
{{scope.row.updateUser}} 于 {{scope.row.updateDate}}修改
|
{{scope.row.updateUser}} 于 {{scope.row.updateDate}}修改
|
||||||
|
|||||||
@ -52,11 +52,10 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="crrentUserId=='admin'"
|
|
||||||
prop="second"
|
prop="second"
|
||||||
label="修改日期"
|
label="修改日期"
|
||||||
width="350">
|
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">
|
<div class="div-update-date">
|
||||||
<p>
|
<p>
|
||||||
{{scope.row.updateUser}} 于 {{scope.row.updateDate}}修改
|
{{scope.row.updateUser}} 于 {{scope.row.updateDate}}修改
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user