|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-12-07 14:27:28
|
|
|
- * @LastEditTime: 2021-12-13 16:29:09
|
|
|
+ * @LastEditTime: 2021-12-16 09:48:19
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
* @Description: 设备管理页面
|
|
|
* @FilePath: \hyyfClient\src\views\DeviceMana\Device.vue
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
} else {
|
|
|
ids += row.id;
|
|
|
}
|
|
|
- this.$confirm("确定删除该文件?", "提示", {
|
|
|
+ this.$confirm("确定删除该设备?", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
}).then(async () => {
|