Merge branch 'master' of https://gitee.com/iBizModeling/ibiz-modeling-studio
This commit is contained in:
commit
10f23839ef
|
@ -39,7 +39,7 @@ export class MosFilePickItem implements QuickPickItem {
|
|||
this.label = mosFile.filetag4;
|
||||
}
|
||||
if (notNilEmpty(this.label)) {
|
||||
this.description = mosFile.psmosfilename;
|
||||
this.label = `${this.label} (${mosFile.psmosfilename})`;
|
||||
} else {
|
||||
this.label = mosFile.psmosfilename;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue