diff --git a/acupuncture-前台/src/assets/styles/common.css b/acupuncture-前台/src/assets/styles/common.css
index 52688a2d..3503a395 100644
--- a/acupuncture-前台/src/assets/styles/common.css
+++ b/acupuncture-前台/src/assets/styles/common.css
@@ -73,7 +73,7 @@
display: none;
}
>>>.el-dialog__body{
- padding: 0px 20px 0px 20px;
+ padding: 20px;
}
/* .popup >>> .popupAdd2 .popupleft {
width: 55px;
diff --git a/acupuncture-前台/src/store/modules/permission.js b/acupuncture-前台/src/store/modules/permission.js
index fedee44a..e0ccfaf8 100644
--- a/acupuncture-前台/src/store/modules/permission.js
+++ b/acupuncture-前台/src/store/modules/permission.js
@@ -34,8 +34,8 @@ const permission = {
return new Promise((resolve) => {
// 向后端请求路由数据
getRouters().then((res) => {
- const sdata = JSON.parse(JSON.stringify(res.data));
- const rdata = JSON.parse(JSON.stringify(res.data));
+ const sdata = JSON.parse(JSON.stringify([]));
+ const rdata = JSON.parse(JSON.stringify([]));
const sidebarRoutes = filterAsyncRouter(sdata);
const rewriteRoutes = filterAsyncRouter(rdata, false, true);
const asyncRoutes = filterDynamicRoutes(dynamicRoutes);
diff --git a/acupuncture-前台/src/views/patientFile/index.vue b/acupuncture-前台/src/views/patientFile/index.vue
index 59652b18..6aa2330f 100644
--- a/acupuncture-前台/src/views/patientFile/index.vue
+++ b/acupuncture-前台/src/views/patientFile/index.vue
@@ -1,39 +1,21 @@
-
-
-
-
-
-
-
-
- —
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
- 重置
-
-
-
+
+
+
+
+
+
+
+
+ 搜索
+
+ 重置
+
+
+
-
-
- 新增
-
-
- 删除
-
-
- 下载模版
-
-
- 导入
-
-
- 导出
-
-
-
+
+
+ 新增
+
+
+ 删除
+
+
+ 下载模版
+
+
+ 导入
+
+
+ 导出
+
+
+
-
-
-
-
-
- 男
- 女
-
-
+
+
+
+
+
+ 男
+ 女
+
+
-
-
-
-
-
-
- {{ idCardTypeValue[scope.row.idCardType] }}
-
-
-
+
+
+
+
+
+
+ {{ idCardTypeValue[scope.row.idCardType] }}
+
+
+
-
-
-
-
- {{
+
+
+
+
+ {{
parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}")
}}
-
-
-
-
- 筛查
- 录入
- HIS
-
-
-
-
- 修改
- 删除
- 详情
- 诊疗档案
-
-
-
+
+
+
+
+ 筛查
+ 录入
+ HIS
+
+
+
+
+ 修改
+ 删除
+ 详情
+ 诊疗档案
+
+
+
-
+
-
-
-
-
-
-
-
-
-
- 将文件拖到此处,或
- 点击上传
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或
+ 点击上传
+
+
+
+
+
+
+} -->
\ No newline at end of file