diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 2109434..641e6c8 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -124,7 +124,7 @@ aside { //main-container全局样式 .app-container { padding: 10px 10px 0 10px; - min-height: calc(100vh - 5.25rem); + height: calc(100vh - 5.25rem); } .components-container { diff --git a/src/views/liswork/xmKnowledge/Modify.vue b/src/views/liswork/xmKnowledge/Modify.vue index f20b381..2b99e09 100644 --- a/src/views/liswork/xmKnowledge/Modify.vue +++ b/src/views/liswork/xmKnowledge/Modify.vue @@ -1,76 +1,76 @@ + - - - - {{ title }} - - 项目信息: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 知识库条目: - - - - {{ reserve(row.reserve) }} - - - + + + {{ title }} - - + 项目信息: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 知识库条目: + + + + {{ reserve(row.reserve) }} + + + + + + + + + + - - - - - + @@ -80,7 +80,7 @@ import { addService } from '@/api/liswork/xmKnowledge/xmKnowledgeApi' import { ElMessage } from 'element-plus' const props = defineProps({ - title:{ + title: { type: String, default: '' }, @@ -96,7 +96,7 @@ const formData = ref({ xmdh: '', xmmc: '', zjf: '', - xmlb: '' , + xmlb: '', xmz: '', dw: '', cksx: '', @@ -105,15 +105,15 @@ const formData = ref({ dyxh: '', jsgs: '', lcyy: '', - bz:'', + bz: '', xsbz: '' }) const columnsRight = ref([ - { prop: 'reserve', label: '类别', visible: true, align: 'center',slot: 'reserve', width: 50 ,showOverflowTooltip: false}, - { prop: 'textresult', label: '说明', visible: true, align: 'center',slot: 'textresult', width: 300,showOverflowTooltip: false}, - { prop: 'zd', label: '指导建议', visible: true, align: 'center',slot: 'zd', width: 200,showOverflowTooltip: false }, + { prop: 'reserve', label: '类别', visible: true, align: 'center', slot: 'reserve', width: 50, showOverflowTooltip: false }, + { prop: 'textresult', label: '说明', visible: true, align: 'center', slot: 'textresult', width: 300, showOverflowTooltip: false }, + { prop: 'zd', label: '指导建议', visible: true, align: 'center', slot: 'zd', width: 200, showOverflowTooltip: false }, ]) const tableConfig = ref({ @@ -127,7 +127,7 @@ const xsbzCheck = computed({ get() { return formData.value.xsbz === '1' }, - set(checked){ + set(checked) { formData.value.xsbz = checked ? '1' : '0'; } }) @@ -142,13 +142,13 @@ const handleColumnDragEnd = (data: any) => { const dataList = ref([]) -const reserve = (reserve:string) => { - switch(reserve){ +const reserve = (reserve: string) => { + switch (reserve) { case '1': return '综述' case 'H': return '偏高' - case 'L': + case 'L': return '偏低' case 'P': return '阳性' @@ -175,20 +175,20 @@ const handleOk = async () => { } const open = () => { - if(props.type === '新增'){ + if (props.type === '新增') { dataList.value = [ - {reserve:'1',textresult:'',yxjs:'',cjyy:'',zd:''}, - {reserve:'H',textresult:'',yxjs:'',cjyy:'',zd:''}, - {reserve:'L',textresult:'',yxjs:'',cjyy:'',zd:''}, - {reserve:'P',textresult:'',yxjs:'',cjyy:'',zd:''}, - {reserve:'Q',textresult:'',yxjs:'',cjyy:'',zd:''}, - {reserve:'J',textresult:'',yxjs:'',cjyy:'',zd:''}, - {reserve:'N',textresult:'',yxjs:'',cjyy:'',zd:''}, + { reserve: '1', textresult: '', yxjs: '', cjyy: '', zd: '' }, + { reserve: 'H', textresult: '', yxjs: '', cjyy: '', zd: '' }, + { reserve: 'L', textresult: '', yxjs: '', cjyy: '', zd: '' }, + { reserve: 'P', textresult: '', yxjs: '', cjyy: '', zd: '' }, + { reserve: 'Q', textresult: '', yxjs: '', cjyy: '', zd: '' }, + { reserve: 'J', textresult: '', yxjs: '', cjyy: '', zd: '' }, + { reserve: 'N', textresult: '', yxjs: '', cjyy: '', zd: '' }, ] - }else{ + } else { } - + } @@ -198,9 +198,11 @@ const open = () => { padding: 10px; background-color: #f5f7fa; height: auto; + .el-input { width: 150px; } + .el-form-item { margin-right: 10px; margin-bottom: 2px; diff --git a/src/views/liswork/xmKnowledge/TableData.vue b/src/views/liswork/xmKnowledge/TableData.vue index 7dd295c..51617b8 100644 --- a/src/views/liswork/xmKnowledge/TableData.vue +++ b/src/views/liswork/xmKnowledge/TableData.vue @@ -1,17 +1,17 @@ - - - {{ reserve(row.reserve) }} - - + + + {{ reserve(row.reserve) }} + + - + diff --git a/src/views/liswork/xmKnowledge/index.vue b/src/views/liswork/xmKnowledge/index.vue index c5e024f..74026cd 100644 --- a/src/views/liswork/xmKnowledge/index.vue +++ b/src/views/liswork/xmKnowledge/index.vue @@ -1,46 +1,54 @@ - - - - - - - - - 查询 - 新增 - 删除 - - - - - - - - - - - - - + + + + + + + + 查询 + + + + + 新增 + 删除 + + + + + + + + + + + + + + + + - diff --git a/src/views/liswork/xtwh/comopt-1/components/sysChannel/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysChannel/index.vue new file mode 100644 index 0000000..e8f367c --- /dev/null +++ b/src/views/liswork/xtwh/comopt-1/components/sysChannel/index.vue @@ -0,0 +1,108 @@ + + + + + + 保存 + + + 新增 + + + 删除 + + + 清除所有项目接口号 + + + + + + + + + + + + + + + + + + + + + 说明: + “通道号”又称“接口代号”,是指仪器向电脑传送结果时项目的 + 标识符 + 接口代号对于一个仪器不可重复。 + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysGlobal/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysGlobal/index.vue new file mode 100644 index 0000000..3b0a308 --- /dev/null +++ b/src/views/liswork/xtwh/comopt-1/components/sysGlobal/index.vue @@ -0,0 +1,330 @@ + + + + + + 保存 + + + 取消修改 + + + 还原默认 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysInput/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysInput/index.vue new file mode 100644 index 0000000..e1bac06 --- /dev/null +++ b/src/views/liswork/xtwh/comopt-1/components/sysInput/index.vue @@ -0,0 +1,330 @@ + + + + + + 保存 + + + 取消修改 + + + 还原默认 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysParameter/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysParameter/index.vue new file mode 100644 index 0000000..5c19ce5 --- /dev/null +++ b/src/views/liswork/xtwh/comopt-1/components/sysParameter/index.vue @@ -0,0 +1,389 @@ + + + + + + 保存 + + + 取消修改 + + + 还原默认 + + + + + 说明:公式中阴阳对照请用NC,PC表示 + + + + + + + + + + + + + + + 滤光片波长对照表 + + + + + + + + + + + + + % + + + + + + + % + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 定性 + 定量 + + + + + + + 连续 + 步进 + + + + + + + + 终点法 + 两点法 + + + + + + + + + 高 + 中 + 低 + + + + + + + 空气 + 试剂 + + + + + + + 秒 + + + + + + + + + + + + + + + + + + + + 试剂维护 + + + + + + + + 保存 + 新增 + 删除 + + + + + + + + + + + + + + + + + + + + + + 保存 + 新增 + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysReport/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysReport/index.vue new file mode 100644 index 0000000..1ed106b --- /dev/null +++ b/src/views/liswork/xtwh/comopt-1/components/sysReport/index.vue @@ -0,0 +1,12 @@ + + + + 报告界面参数 + + + + + + \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysSort/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysSort/index.vue new file mode 100644 index 0000000..81db88d --- /dev/null +++ b/src/views/liswork/xtwh/comopt-1/components/sysSort/index.vue @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + 刷新 + + + 存盘 + + + 首位 + + + + 末位 + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/index.vue b/src/views/liswork/xtwh/comopt-1/index.vue new file mode 100644 index 0000000..d774bda --- /dev/null +++ b/src/views/liswork/xtwh/comopt-1/index.vue @@ -0,0 +1,352 @@ + + + + + + + + 仪器组 + 所有仪器 + + + + + + + {{ node.label }} + + + + + + + + + + + + 仪器: {{ yqmc }} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue b/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue index e8f367c..bb13802 100644 --- a/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue +++ b/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue @@ -11,70 +11,114 @@ 删除 - - 清除所有项目接口号 - - - - - - - - - - - - - - - - - - - 说明: - “通道号”又称“接口代号”,是指仪器向电脑传送结果时项目的 - 标识符 - 接口代号对于一个仪器不可重复。 - - - + + + + + + + + + + + diff --git a/src/views/liswork/xtwh/comopt/components/sysParameter/index.vue b/src/views/liswork/xtwh/comopt/components/sysParameter/index.vue index 5c19ce5..b0faa43 100644 --- a/src/views/liswork/xtwh/comopt/components/sysParameter/index.vue +++ b/src/views/liswork/xtwh/comopt/components/sysParameter/index.vue @@ -1,159 +1,169 @@ - - - 保存 - - + + + + 保存 + + - - - - - % - + + + + - - - - - % - - - - - - - - - + 说明:公式中阴阳对照请用NC,PC表示 + + + + + + + + + + + + + + + + 滤光片波长对照表 + + + + + + + - - - - - - - - - - - - - - - - - + + + + + % + + + + + + + % + + + + + + + + + - - + + + + + + + + + + + + + + + + + - - - - - - 定性 - 定量 - - - - - - - 连续 - 步进 - - - - + + - - - 终点法 - 两点法 - - - - - - - - - 高 - 中 - 低 - - - - - - - 空气 - 试剂 - - - - - - - 秒 - - - - - - - - - - - - - - - - - - - - 试剂维护 - - - + + + + + + 定性 + 定量 + + + + + + + 连续 + 步进 + + + + + + + + 终点法 + 两点法 + + + + + + + + + 高 + 中 + 低 + + + + + + + 空气 + 试剂 + + + + + + + 秒 + + + + + + + + + + + + + + + + + + + + 试剂维护 + + + + + + + @@ -217,14 +227,16 @@ diff --git a/src/views/liswork/xtwh/xmReqItemVsApi/index.vue b/src/views/liswork/xtwh/xmReqItemVs/index.vue similarity index 100% rename from src/views/liswork/xtwh/xmReqItemVsApi/index.vue rename to src/views/liswork/xtwh/xmReqItemVs/index.vue