From 999cab6fb3fc6d2a288d365da991351c5a396bf0 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期三, 21 九月 2022 15:53:18 +0800
Subject: [PATCH] 删除无用页面

---
 src/views/specialWorkSystem/workPlan/workAppoint/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/specialWorkSystem/workPlan/workAppoint/index.vue b/src/views/specialWorkSystem/workPlan/workAppoint/index.vue
index 6430e3a..809898b 100644
--- a/src/views/specialWorkSystem/workPlan/workAppoint/index.vue
+++ b/src/views/specialWorkSystem/workPlan/workAppoint/index.vue
@@ -47,13 +47,13 @@
 						<el-table-column prop="workAtHeight" align="center" label="高处作业" />
 						<el-table-column prop="temporaryPowerOper" align="center" label="临时用电作业"/>
 						<el-table-column prop="blindPlatePluggingOper" align="center" label="盲板抽堵作业"/>
-<!--						<el-table-column fixed="right" label="操作" align="center" width="250">-->
-<!--							<template #default="scope">-->
-<!--								<el-button link type="primary" size="small" :icon="View" @click="viewRecord(scope.row)">查看</el-button>-->
+						<el-table-column fixed="right" label="操作" align="center" width="250">
+							<template #default="scope">
+								<el-button link type="primary" size="small" :icon="View" @click="viewRecord(scope.row)">查看</el-button>
 <!--								<el-button link type="primary" size="small" :icon="Edit" @click="editRecordBtn(scope.$index, scope.row)">修改</el-button>-->
 <!--								<el-button link type="danger" size="small" :icon="Delete" @click="deleteRecordBtn(scope.row)">删除</el-button>-->
-<!--							</template>-->
-<!--						</el-table-column>-->
+							</template>
+						</el-table-column>
 					</el-table>
 					<div class="pageBtn">
 						<el-pagination
@@ -369,7 +369,7 @@
 				if (res.data.code === '200') {
 					ElMessage({
 						type: 'success',
-						message: res.data.msg
+						message: '添加成功!'
 					});
 					getListByPage();
 				} else {
@@ -386,7 +386,7 @@
 				if (res.data.code === '200') {
 					ElMessage({
 						type: 'success',
-						message: res.data.msg
+						message: '修改成功!'
 					});
 					getListByPage();
 				} else {
@@ -463,7 +463,7 @@
 				if (res.data.code === '200') {
 					ElMessage({
 						type: 'success',
-						message: res.data.msg
+						message: '删除成功!'
 					});
 					getListByPage();
 				} else {

--
Gitblit v1.9.2