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