update
This commit is contained in:
@@ -67,8 +67,8 @@ import TableOperateComponent from '@/components/base-table/components/operationC
|
||||
import AttrForm from './workshopSectionDialogAttrForm.vue'
|
||||
|
||||
const tableProps = [
|
||||
{ name: '设备名', prop: 'equipmentName' },
|
||||
{ name: '排序', prop: 'sort' },
|
||||
{ name: i18n.t('eq.name'), prop: 'equipmentName' },
|
||||
{ name: i18n.t('dept.sort'), prop: 'sort' },
|
||||
{
|
||||
name: i18n.t('handle'),
|
||||
prop: 'operations',
|
||||
@@ -218,7 +218,7 @@ export default {
|
||||
}
|
||||
},
|
||||
handleDeleteEq(id) {
|
||||
this.$confirm(`确定删除这条记录吗?`, i18n.t('prompt.title'), {
|
||||
this.$confirm(i18n.t('prompt.sure'), i18n.t('prompt.title'), {
|
||||
// this.$confirm(`确定删除 ${id} 吗?`, i18n.t('prompt.title'), {
|
||||
confirmButtonText: i18n.t('confirm'),
|
||||
cancelButtonText: i18n.t('cancel'),
|
||||
|
||||
Reference in New Issue
Block a user