|
@@ -467,7 +467,7 @@ export default {
|
|
|
handleAdd() {
|
|
|
this.reset();
|
|
|
this.open = true;
|
|
|
- this.title = "添加复合干扰源识别网络";
|
|
|
+ this.title = "添加特征提取";
|
|
|
},
|
|
|
/** 修改按钮操作 */
|
|
|
handleUpdate(row) {
|
|
@@ -476,7 +476,7 @@ export default {
|
|
|
getFeatures(id).then((response) => {
|
|
|
this.form = response.data;
|
|
|
this.open = true;
|
|
|
- this.title = "修改复合干扰源识别网络";
|
|
|
+ this.title = "修改特征提取";
|
|
|
});
|
|
|
},
|
|
|
handleRun(row) {
|
|
@@ -511,7 +511,7 @@ export default {
|
|
|
handleDelete(row) {
|
|
|
const ids = row.id || this.ids;
|
|
|
this.$modal
|
|
|
- .confirm('是否确认删除复合干扰源识别网络?')
|
|
|
+ .confirm('是否确认删除特征提取?')
|
|
|
.then(function () {
|
|
|
return delFeatures(ids);
|
|
|
})
|