diff --git a/src/admin/Bootstrap.Admin/wwwroot/lib/longbow/longbow.dataentity.js b/src/admin/Bootstrap.Admin/wwwroot/lib/longbow/longbow.dataentity.js index a78e2cb0..2f6fb8bd 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/lib/longbow/longbow.dataentity.js +++ b/src/admin/Bootstrap.Admin/wwwroot/lib/longbow/longbow.dataentity.js @@ -104,7 +104,7 @@ return; } else if (arrselections.length > 1) { - lgbSwal({ title: '请选择一个要编辑的数据', type: "warning" }); + lgbSwal({ title: '只能选择一项要编辑的数据', type: "warning" }); return; } else { @@ -172,7 +172,7 @@ return; } else if (arrselections.length > 1) { - lgbSwal({ title: '请选择一个要编辑的数据', type: "warning" }); + lgbSwal({ title: '只能选择一项要编辑的数据', type: "warning" }); return; } else {