diff --git a/src/api/liswork/micro/index.ts b/src/api/liswork/micro/index.ts new file mode 100644 index 0000000..0fce896 --- /dev/null +++ b/src/api/liswork/micro/index.ts @@ -0,0 +1,36 @@ +// @ts-ignore +import request from '@/utils/request' + + +// 查询微生物数据列表 +export function wswsampleList(query?: Object) { + return request({ + url: '/lisworkgerm/wswsamplelist', + method: 'get', + params: query + }) +} +// 查询微生物数据列表 分页 +export function wswsamplelistpage(query?: Object) { + return request({ + url: '/lisworkgerm/wswsamplelistpage', + method: 'get', + params: query + }) +} +// 获取微生物样本信息 +export function sampleMedInfo(query?: Object) { + return request({ + url: '/lisworkgerm/sampleMedInfo', + method: 'get', + params: query + }) +} +// 获取操作记录 +export function getComLog(query?: Object) { + return request({ + url: '/lisworkgerm/getcomlog', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/api/liswork/work/LisWork.ts b/src/api/liswork/work/LisWork.ts index 6899b6e..4b35c5c 100644 --- a/src/api/liswork/work/LisWork.ts +++ b/src/api/liswork/work/LisWork.ts @@ -9,7 +9,6 @@ export function queryLabPatList(query?: Object) { params: query }) } - // 查询数据 export function queryLabPat(query?: Object) { return request({ diff --git a/src/components/tabViews/index.vue b/src/components/tabViews/index.vue index 457d2e8..bdc7554 100644 --- a/src/components/tabViews/index.vue +++ b/src/components/tabViews/index.vue @@ -114,7 +114,7 @@ setTimeout(() => { .scroll-btn { width: 1.875rem; - height: 3rem; + height: 2.9375rem; display: flex; align-items: center; justify-content: center; @@ -173,8 +173,8 @@ setTimeout(() => { font-size: 1rem; color: #1F6DD3; width: 5.625rem; - height: 3rem; - line-height: 3rem; + height: 2.9375rem; + line-height: 2.9375rem; text-align: center; flex-shrink: 0; cursor: pointer; diff --git a/src/components/vxeTable/index.vue b/src/components/vxeTable/index.vue index c61e114..9aea70d 100644 --- a/src/components/vxeTable/index.vue +++ b/src/components/vxeTable/index.vue @@ -13,13 +13,16 @@