@@ -146,9 +146,9 @@ const ref_form = ref()
const titleCpt = computed(() => {
let t = ''
switch (props.transfer.mode) {
- case 'add': t = '新增索引'
+ case 'add': t = '新增字段'
break
- case 'edit': t = '编辑索引'
+ case 'edit': t = '编辑字段'
}
return t
@@ -1,7 +1,7 @@
<template>
<CusDialog
:show="show"
- title="字典信息"
+ title="字段信息"
@onClose="$emit('update:show', false)"
width="90%"
height="90%"