|
@@ -109,7 +109,7 @@
|
|
|
<p class="table-button-null"></p>
|
|
|
<p class="table-button-p" v-hasPermiRouter="['system:subject:detail']"
|
|
|
@click.stop="clickPage(7,scope.row)">详情</p>
|
|
|
- <el-dropdown trigger="click" size="mini" @command="(command) => handleCommand(command, scope.row)">
|
|
|
+ <el-dropdown trigger="click" size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermiRouter="['system:subject:edit']">
|
|
|
<p class="table-button-p">更多>></p>
|
|
|
<el-dropdown-menu slot="dropdown" style="margin:0!important;">
|
|
|
<el-dropdown-item style="height:36px;line-height:36px;width:90px;text-align: center" command="1"
|