From ae8535b861f9177508d9e5493e0fe9e47978c915 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 31 八月 2026 16:58:47 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/physical.vue | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue
index 35e4ad0..d1222be 100644
--- a/src/views/patient/patient/physical.vue
+++ b/src/views/patient/patient/physical.vue
@@ -111,7 +111,7 @@
size="medium"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:user:edit']"
+
>淇敼</el-button
>
</el-col>
@@ -254,12 +254,12 @@
<el-table-column
label="灏辫瘖鏃堕棿"
align="center"
- key="createTime"
- prop="createTime"
- width="160"
+ key="admitdate"
+ prop="admitdate"
+ width="140"
>
<template slot-scope="scope">
- <span>{{ formatTime(scope.row.createTime) }}</span>
+ <span>{{ formatTime(scope.row.admitdate) }}</span>
</template>
</el-table-column>
<el-table-column
@@ -269,14 +269,13 @@
width="160"
>
<template slot-scope="scope">
- <span>{{ formatTime(scope.row.createTime) }}</span>
+ <span>{{ formatTime(scope.row.updateTime) }}</span>
</template>
</el-table-column>
<el-table-column
label="鎿嶄綔"
fixed="right"
align="center"
- width="160"
class-name="small-padding fixed-width"
>
<template slot-scope="scope">
@@ -289,7 +288,7 @@
query: { id: scope.row.patid },
})
"
- v-hasPermi="['system:user:edit']"
+
><span class="button-textsc"
><i class="el-icon-zoom-in"></i>鏌ョ湅</span
></el-button
@@ -298,7 +297,7 @@
size="medium"
type="text"
@click="handleUpdate(scope.row)"
- v-hasPermi="['system:user:edit']"
+
><span class="button-textxg"
><i class="el-icon-edit"></i>淇敼</span
></el-button
@@ -779,7 +778,10 @@
resetQuery() {
this.dateRange = [];
this.resetForm("queryForm");
- this.$refs.tree.setCurrentKey(null);
+ this.queryParams= {
+ pageNum: 1,
+ pageSize: 10,
+ },
this.handleQuery();
},
// 澶氶�夋閫変腑鏁版嵁
@@ -950,6 +952,6 @@
}
}
.button-textsc {
- color: #28cfe6;
+ color: #3664D9;
}
</style>
--
Gitblit v1.9.3