lchao пре 1 година
родитељ
комит
d8a9491a59

+ 1 - 1
src/views/highServer/assistance/index.vue

@@ -257,7 +257,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除帮扶救助编号为"' + ids + '"的数据项?').then(function () {
+      this.$modal.confirm('是否确认删除此条数据项?').then(function () {
         return delServer(ids);
       }).then(() => {
         this.getList();

+ 1 - 1
src/views/highServer/lifeServices/index.vue

@@ -257,7 +257,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除生活服务编号为"' + ids + '"的数据项?').then(function () {
+      this.$modal.confirm('是否确认删除此条数据项?').then(function () {
         return delServer(ids);
       }).then(() => {
         this.getList();

+ 1 - 1
src/views/highServer/liveBroadcast/index.vue

@@ -257,7 +257,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除直播带货编号为"' + ids + '"的数据项?').then(function () {
+      this.$modal.confirm('是否确认删除此条数据项?').then(function () {
         return delServer(ids);
       }).then(() => {
         this.getList();

+ 1 - 1
src/views/highServer/onlineConsultation/index.vue

@@ -257,7 +257,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除线上问诊编号为"' + ids + '"的数据项?').then(function () {
+      this.$modal.confirm('是否确认删除此条数据项?').then(function () {
         return delServer(ids);
       }).then(() => {
         this.getList();

+ 1 - 1
src/views/highServer/psychologicalCounseling/index.vue

@@ -257,7 +257,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除心理咨询编号为"' + ids + '"的数据项?').then(function () {
+      this.$modal.confirm('是否确认删除此条数据项?').then(function () {
         return delServer(ids);
       }).then(() => {
         this.getList();

+ 1 - 1
src/views/highServer/travelGuide/index.vue

@@ -257,7 +257,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除旅游向导编号为"' + ids + '"的数据项?').then(function () {
+      this.$modal.confirm('是否确认删除此条数据项?').then(function () {
         return delServer(ids);
       }).then(() => {
         this.getList();