From a6a8e49af8c8172f4209dd94e65f53f17825cc44 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 21 Nov 2024 17:30:12 +0800
Subject: [PATCH] 项目管理
---
src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue b/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue
index a5a6180..ee97f29 100644
--- a/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue
+++ b/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue
@@ -3,7 +3,7 @@
<el-dialog
v-model="dialogVisible"
title="专家评估"
- width="500px"
+ width="75%"
>
<el-table :data="tableData" border style="width: 100%">
<el-table-column type="index" width="55" align="center" />
@@ -28,7 +28,7 @@
<el-table-column label="考评总分" align="center" prop="degree" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template #default="scope">
- <el-button type="primary" link @click="openEvaluate('edit',scope.row)">评分</el-button>
+ <el-button type="primary" link @click="openEvaluate()">评分</el-button>
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.2