From 44813af86c1ba3203dc606c8bf7690405e084cfc Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期三, 03 一月 2024 13:48:48 +0800 Subject: [PATCH] 设备预警,修改气体 --- src/views/basicDataManage/gasManage/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/basicDataManage/gasManage/index.vue b/src/views/basicDataManage/gasManage/index.vue index b803281..5c63e6a 100644 --- a/src/views/basicDataManage/gasManage/index.vue +++ b/src/views/basicDataManage/gasManage/index.vue @@ -36,6 +36,7 @@ <el-table-column label="操作" show-overflow-tooltip width="140"> <template #default="scope"> <el-button size="small" text type="primary" @click="openDialog('查看', scope.row)">查看</el-button> + <el-button size="small" text type="primary" @click="openDialog('编辑', scope.row)">编辑</el-button> </template> </el-table-column> </el-table> @@ -137,4 +138,4 @@ </script> <style scoped lang="scss"> -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2