id显示为序号bug

This commit is contained in:
gexinzhineng/gxzn27
2023-03-14 13:10:31 +08:00
parent c634214213
commit be6e307ba0
5 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ const [registerTable, { exportList }] = useXTable({
// 弹窗相关的变量
const dialogVisible = ref(false) // 是否显示弹出层
const dialogTitle = ref('详情') // 弹出层标题
const dialogTitle = ref(t('action.detail')) // 弹出层标题
const actionType = ref('') // 操作按钮的类型
// ========== 详情相关 ==========
const detailData = ref() // 详情 Ref