perf: 汉化
This commit is contained in:
@ -32,14 +32,14 @@
|
||||
</el-table-column>
|
||||
<el-table-column v-if="!hideActions" align="center" :label="label3" width="200px">
|
||||
<template #default="{ row, $index }">
|
||||
<el-popconfirm v-if="allowReplace" :title="replacePopconfirm" :disabled="disabled" @confirm="remove($index)">
|
||||
<el-popconfirm v-if="allowReplace" :title="replacePopconfirm" :disabled="disabled" confirm-button-text="确定" cancel-button-text="取消" @confirm="remove($index)">
|
||||
<template #reference>
|
||||
<el-button type="danger" :disabled="disabled" link>
|
||||
重新上传
|
||||
</el-button>
|
||||
</template>
|
||||
</el-popconfirm>
|
||||
<el-popconfirm v-if="allowDelete && row.createdBy" :title="deletePopconfirm" :disabled="disabled" @confirm="remove($index)">
|
||||
<el-popconfirm v-if="allowDelete && row.createdBy" :title="deletePopconfirm" :disabled="disabled" confirm-button-text="确定" cancel-button-text="取消" @confirm="remove($index)">
|
||||
<template #reference>
|
||||
<el-button type="danger" :disabled="disabled" link>
|
||||
删除
|
||||
|
Reference in New Issue
Block a user