From 2e76881491ddf4d15881c9112fffc7caebd55650 Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: 星期四, 04 八月 2022 16:37:02 +0800
Subject: [PATCH] 事故报告状态默认值修改

---
 src/views/accidentManagementSystem/workInjuryDeclaration/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
index 577659f..50e7183 100644
--- a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
+++ b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
@@ -54,12 +54,12 @@
 				<el-table-column prop="visitHospital" label="就诊医院" show-overflow-tooltip sortable></el-table-column>
 				<el-table-column label="操作" width="260" align="center" fixed="right">
 					<template #default="scope">
-						<el-button size="small" text disabled>
-							<el-icon style="margin-right: 5px"> <Upload /> </el-icon>上报
+						<!--<el-button size="small" text disabled>-->
+							<!--<el-icon style="margin-right: 5px"> <Upload /> </el-icon>上报-->
+						<!--</el-button>-->
+						<el-button size="small" text type="primary" @click="onEdit('详情',scope.row.id)">
+						  <el-icon style="margin-right: 5px"> <View /> </el-icon>查看
 						</el-button>
-            <el-button size="small" text type="primary" @click="onEdit('详情',scope.row.id)">
-              <el-icon style="margin-right: 5px"> <View /> </el-icon>查看
-            </el-button>
 						<el-button size="small" text type="primary" @click="onEdit('修改',scope.row.id)">
 							<el-icon style="margin-right: 5px"> <EditPen /> </el-icon>修改
 						</el-button>

--
Gitblit v1.9.2