文字修改
parent
6c29132ecf
commit
07758f2967
|
|
@ -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="项目名称">
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ export const searchFormSchema: FormSchema[] = [
|
|||
},
|
||||
{
|
||||
field: 'caseNo',
|
||||
label: '线索编号',
|
||||
label: '编号',
|
||||
component: 'Input',
|
||||
colProps: { span: 5 },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue