文字修改

main
zhufu 2025-11-22 15:55:47 +08:00
parent 6c29132ecf
commit 07758f2967
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
'word-break': 'break-all',
}"
>
<a-descriptions-item label="线索编号">
<a-descriptions-item label="编号">
{{ props.showInfoData.case_no }}
</a-descriptions-item>
<a-descriptions-item label="项目名称">

View File

@ -205,7 +205,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'caseNo',
label: '线索编号',
label: '编号',
component: 'Input',
colProps: { span: 5 },
},