From 50d1124d4ee518a9874ce2808eee1c0dfebdef3f Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 04 Dec 2024 14:12:07 +0800
Subject: [PATCH] 新增excel导出
---
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 5bb36a7..48be4e5 100644
--- a/src/views/safetyReview/expertManage/postEvaluation/components/evaluate.vue
+++ b/src/views/safetyReview/expertManage/postEvaluation/components/evaluate.vue
@@ -153,7 +153,7 @@
<el-row>
<el-col :span="12">
<el-form-item label="计费时长" prop="billingDuration">
- <el-input v-model.trim="state.form.billingDuration" type="number" :readonly="state.disable"><template #append>小时</template></el-input>
+ <el-input v-model.trim="state.form.billingDuration" type="number" :readonly="state.disable"><template #append>天</template></el-input>
</el-form-item>
</el-col>
<el-col :span="12">
--
Gitblit v1.9.2