政策
This commit is contained in:
parent
b6d5c1c0f2
commit
0358c01e0a
@ -225,7 +225,7 @@
|
||||
</div>
|
||||
<div class="clearfix">
|
||||
<el-button type="text" @click.native="handleUpdate(item)">{{ $t('pages.teamDiamondPolicy.action.edit') }}</el-button>
|
||||
<el-button v-if="!item.historyRelease" type="text" @click.native="handleDelete(item.id)">{{ $t('pages.teamDiamondPolicy.action.delete') }}</el-button>
|
||||
<el-button type="text" @click.native="handleDelete(item.id)">{{ $t('pages.teamDiamondPolicy.action.delete') }}</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-row>
|
||||
|
||||
@ -409,10 +409,7 @@
|
||||
<el-button type="text" @click.native="handleUpdate(item)"
|
||||
>{{ $t('pages.teamPolicy.action.edit') }}</el-button
|
||||
>
|
||||
<el-button
|
||||
v-if="!item.historyRelease"
|
||||
type="text"
|
||||
@click.native="handleDelete(item.id)"
|
||||
<el-button type="text" @click.native="handleDelete(item.id)"
|
||||
>{{ $t('pages.teamPolicy.action.delete') }}</el-button
|
||||
>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user