diff --git a/src/api/system/compare.js b/src/api/system/compare.js new file mode 100644 index 0000000..b5b7d67 --- /dev/null +++ b/src/api/system/compare.js @@ -0,0 +1,44 @@ +import request from '@/utils/request' + +// 查询标准科室对照信息列表 +export function listCompare(query) { + return request({ + url: '/system/compare/list', + method: 'get', + params: query + }) +} + +// 查询标准科室对照信息详细 +export function getCompare(id) { + return request({ + url: '/system/compare/' + id, + method: 'get' + }) +} + +// 新增标准科室对照信息 +export function addCompare(data) { + return request({ + url: '/system/compare', + method: 'post', + data: data + }) +} + +// 修改标准科室对照信息 +export function updateCompare(data) { + return request({ + url: '/system/compare', + method: 'put', + data: data + }) +} + +// 删除标准科室对照信息 +export function delCompare(id) { + return request({ + url: '/system/compare/' + id, + method: 'delete' + }) +} diff --git a/src/api/system/departmentDisease.js b/src/api/system/departmentDisease.js index 0763ebb..417c40c 100644 --- a/src/api/system/departmentDisease.js +++ b/src/api/system/departmentDisease.js @@ -37,7 +37,7 @@ export function addDepartmentDisease(data) { export function updateDepartmentDisease(data) { return request({ url: '/system/departmentDisease', - method: 'put', + method: 'post', data: data }) } diff --git a/src/views/system/agency/index.vue b/src/views/system/agency/index.vue index 7e95a22..3714bca 100644 --- a/src/views/system/agency/index.vue +++ b/src/views/system/agency/index.vue @@ -57,7 +57,6 @@ >导出 --> - -->
- - diff --git a/src/views/system/compare/index.vue b/src/views/system/compare/index.vue new file mode 100644 index 0000000..eed7d32 --- /dev/null +++ b/src/views/system/compare/index.vue @@ -0,0 +1,473 @@ + + + diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue index ca17650..3594a06 100644 --- a/src/views/system/department/index.vue +++ b/src/views/system/department/index.vue @@ -154,12 +154,28 @@ align="center" prop="departmentType" > - + --> - - - - - - - - - - - - 基本信息
+
+ + + + + + + + + + + - - - - - - - - - - + + + + - - - - - - - - - + + + + + + + + - - - - - - - +
+
扩展信息
+
+ + - - - - - - - + + + + + - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +