This commit is contained in:
2026-02-01 20:23:24 +08:00
parent be5bfc8531
commit 808774c333
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ const isCreateMode = computed(() => formMode.value === 'create')
const columns = [
{ title: '配音名称', key: 'name', dataIndex: 'name', width: 200 },
{ title: '创建时间', key: 'createTime', dataIndex: 'createTime', width: 180 },
{ title: '操作', key: 'actions', width: 200, fixed: 'right' }
{ title: '操作', key: 'actions', width: 90, fixed: 'right' }
]
// ========== 表单验证规则 ==========