refactor(exportListQuery): 修改汇总申报状态字段名称
-将 "是否已汇总申报" 字段名称修改为 "汇总申报状态" - 对应的 value值从 "isSummaryApplication" 修改为 "summaryApplicationStatus"
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -301,8 +301,8 @@ export default { | ... | @@ -301,8 +301,8 @@ export default { |
| 301 | align: "left", | 301 | align: "left", |
| 302 | }, | 302 | }, |
| 303 | { | 303 | { |
| 304 | - name: "是否已汇总申报", | 304 | + name: "汇总申报状态", |
| 305 | - value: "isSummaryApplication", | 305 | + value: "summaryApplicationStatus", |
| 306 | width: "", | 306 | width: "", |
| 307 | align: "left", | 307 | align: "left", |
| 308 | }, | 308 | }, | ... | ... |
-
Please register or login to post a comment