style: 容器界面提示文字和操作保持一致 (#2305)

This commit is contained in:
zhengkunwang
2023-09-15 07:22:18 +00:00
committed by GitHub
parent 43b3ef47f3
commit cc7260e121
@@ -1,5 +1,5 @@
<template>
<el-dialog v-model="open" :title="$t('app.delete')" width="30%" :close-on-click-modal="false">
<el-dialog v-model="open" :title="$t('container.' + operation)" width="30%" :close-on-click-modal="false">
<el-row>
<el-col :span="20" :offset="2">
<el-alert :title="msg" show-icon type="error" :closable="false"></el-alert>