From 3fe49036ee79e0f3d2b7f6ff061bc96dd6eda224 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 10 Dec 2024 09:33:59 +0800
Subject: [PATCH] 修改考评表导出
---
src/views/safetyReview/expertManage/postEvaluation/components/evaluate.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/safetyReview/expertManage/postEvaluation/components/evaluate.vue b/src/views/safetyReview/expertManage/postEvaluation/components/evaluate.vue
index 14bfe9f..87f3e95 100644
--- a/src/views/safetyReview/expertManage/postEvaluation/components/evaluate.vue
+++ b/src/views/safetyReview/expertManage/postEvaluation/components/evaluate.vue
@@ -162,7 +162,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="标准说明" prop="billingInstructions">
- <el-input v-model.trim="state.form.billingInstructions" type="textarea" :autosize="{ minRows: 2}" :readonly="state.disable" placeholder="请具体说明依据的专家费计算标准"></el-input>
+ <el-input v-model.trim="state.form.billingInstructions" type="textarea" :autosize="{ minRows: 2}" :readonly="state.disable" placeholder="如填写:第1-3天800元/天"></el-input>
</el-form-item>
</el-col>
</el-row>
--
Gitblit v1.9.2