|
|
|
@ -105,12 +105,13 @@ |
|
|
|
<el-table-column :label="$t('handle')" |
|
|
|
fixed="right" |
|
|
|
header-align="center" |
|
|
|
width="300" |
|
|
|
align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<!-- <el-button v-if="$hasPermission('sys:deptmacode:delete') && scope.row.codeUrl && scope.row.leaderFlag === '0'" |
|
|
|
<el-button v-if="$hasPermission('sys:deptmacode:delete') && scope.row.codeUrl && scope.row.leaderFlag === '0'" |
|
|
|
type="danger" |
|
|
|
size="mini" |
|
|
|
@click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button> --> |
|
|
|
@click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button> |
|
|
|
<el-button v-if="scope.row.codeUrl" |
|
|
|
type="danger" |
|
|
|
size="mini" |
|
|
|
|