feat: 添加申请次数和回车搜索

This commit is contained in:
caiyuchao
2025-08-15 18:46:03 +08:00
parent 4698b63b0e
commit 72303ee5e7
9 changed files with 19 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export namespace LicenseApi {
neCodeList: NeCode[]; // 操作
oldLicense: License;
hasHistory: boolean;
applyCount: number; // 申请次数
showUpload?: boolean; // 是否显示上传按钮
customerName?: string; // 客户名称
projectName?: string; // 项目名称