@@ -110,7 +110,7 @@
showOverflowTooltip: true,
minWidth: 110,
formatter: (row) => {
- return row.version ? `V${row.version.toFixed(1)}` : '';
+ return `${row.versionSymbol}${row.bigVersion}${row.versionMark}${row.smallVersion}`;
}
},
{
@@ -878,6 +878,8 @@
if (this.type == 'clone') {
this.formData.fromId = null;
this.formData.id = null;
+ this.formData.produceTaskId = null;
+ this.formData.produceTaskName = null;
this.loading = false;