From d8b570430066fae42d6884671cef541fc820de1c Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 15 Nov 2024 14:42:44 +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