修改字样
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
v-model:value="form.expirationTime"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item label="报告编号" name="code">
|
||||
<a-form-item label="项目名称" name="code">
|
||||
<a-input
|
||||
allow-clear
|
||||
style="width: 400px"
|
||||
placeholder="请输入报告编号"
|
||||
placeholder="请输入项目名称"
|
||||
v-model:value="form.code"
|
||||
/>
|
||||
</a-form-item>
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
[
|
||||
'报告时间',
|
||||
'审计单位',
|
||||
'报告编号',
|
||||
'项目名称',
|
||||
'项目信息-开票单位/汇款人',
|
||||
'项目信息-所属年度',
|
||||
'项目信息-类型',
|
||||
|
||||
@@ -376,7 +376,7 @@
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
title: '报告编号',
|
||||
title: '项目名称',
|
||||
dataIndex: 'code',
|
||||
key: 'code',
|
||||
width: 240,
|
||||
|
||||
Reference in New Issue
Block a user