@@ -221,7 +221,7 @@ import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels,
/** 删除按钮操作 */
handleDelete(row) {
const levelIds = row.levelId || this.ids;
- this.$modal.confirm('你确定要删除该文件吗?').then(function() {
+ this.$modal.confirm('是否确认删除级别名称为"' + row.levelName + '"的数据项?').then(function() {
return delLevel(levelIds);
}).then(() => {
this.getList();