From c4f2875b50f07e6f375cd9c9ec4d8fbc2494d35d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 27 八月 2024 16:55:54 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/tasklist/FollowupDetails/index.vue | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/views/followvisit/tasklist/FollowupDetails/index.vue b/src/views/followvisit/tasklist/FollowupDetails/index.vue
index 30daf3e..f4b132f 100644
--- a/src/views/followvisit/tasklist/FollowupDetails/index.vue
+++ b/src/views/followvisit/tasklist/FollowupDetails/index.vue
@@ -825,7 +825,7 @@
</el-dialog>
<!-- 娣诲姞鎮h�� -->
<el-dialog
- title="娣诲姞娲惧彂鎮h��"
+ title="閫夋嫨鎮h��"
:visible.sync="dialogVisiblepatient"
width="70%"
:before-close="handleClosehz"
@@ -930,8 +930,8 @@
<el-table-column
label="鎮h�呮潵婧�"
align="center"
- key="source"
- prop="source"
+ key="sourcefrom"
+ prop="sourcefrom"
/>
<el-table-column
label="鎵嬫満鍙风爜"
@@ -992,9 +992,6 @@
</template>
<script>
-
-
-
export default {
data() {
return {
@@ -1088,7 +1085,6 @@
created() {
this.Addsubtask();
this.Getsubtask();
-
},
methods: {
@@ -1209,7 +1205,7 @@
// margin-top: 20px;
margin: 20px;
margin-bottom: 0;
- padding: 30px;
+ padding: 20px;
background: #edf1f7;
border: 1px solid #dcdfe6;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
--
Gitblit v1.9.3