修改字样

This commit is contained in:
2025-10-23 19:53:08 +08:00
parent 40e485f4b1
commit d4ff2a9423
3 changed files with 4 additions and 4 deletions

View File

@@ -41,11 +41,11 @@
v-model:value="form.expirationTime" v-model:value="form.expirationTime"
/> />
</a-form-item> </a-form-item>
<a-form-item label="报告编号" name="code"> <a-form-item label="项目名称" name="code">
<a-input <a-input
allow-clear allow-clear
style="width: 400px" style="width: 400px"
placeholder="请输入报告编号" placeholder="请输入项目名称"
v-model:value="form.code" v-model:value="form.code"
/> />
</a-form-item> </a-form-item>

View File

@@ -154,7 +154,7 @@
[ [
'报告时间', '报告时间',
'审计单位', '审计单位',
'报告编号', '项目名称',
'项目信息-开票单位/汇款人', '项目信息-开票单位/汇款人',
'项目信息-所属年度', '项目信息-所属年度',
'项目信息-类型', '项目信息-类型',

View File

@@ -376,7 +376,7 @@
align: 'center' align: 'center'
}, },
{ {
title: '报告编号', title: '项目名称',
dataIndex: 'code', dataIndex: 'code',
key: 'code', key: 'code',
width: 240, width: 240,