@@ -246,7 +246,7 @@
let that = this;
that.$confirm({
title: "确定删除吗",
- content:record.enterpriseName,
+ content:record.positionName,
okText:"删除",
cancelText:"取消",
onOk: function () {