Commit b4deae12 by DESKTOP-KM66R2T\Administrator

Merge branch 'feature/DRG分支' into develop

parents a03a8fec 7a11d82b
<!-- <!--
* @Author: wsq * @Author: wsq
* @Date: 2022-03-02 16:34:58 * @Date: 2022-03-02 16:34:58
* @LastEditors: ninglupeng * @LastEditors: wsq
* @LastEditTime: 2022-06-07 15:06:17 * @LastEditTime: 2022-07-11 16:37:03
* @Description: * @Description:
--> -->
<template> <template>
...@@ -1053,7 +1053,7 @@ export default { ...@@ -1053,7 +1053,7 @@ export default {
justify-content: center; justify-content: center;
span { span {
height: 100%; height: 100%;
width: 50%; width: 85%;
// margin:5px 5px; // margin:5px 5px;
display: flex; display: flex;
justify-content: start; justify-content: start;
...@@ -1073,7 +1073,7 @@ export default { ...@@ -1073,7 +1073,7 @@ export default {
justify-content: center; justify-content: center;
span { span {
height: 100%; height: 100%;
width: 50%; width: 85%;
// margin:5px 5px; // margin:5px 5px;
display: flex; display: flex;
justify-content: start; justify-content: start;
...@@ -1093,7 +1093,7 @@ export default { ...@@ -1093,7 +1093,7 @@ export default {
justify-content: center; justify-content: center;
span { span {
height: 100%; height: 100%;
width: 50%; width: 85%;
// margin:5px 5px; // margin:5px 5px;
display: flex; display: flex;
justify-content: start; justify-content: start;
...@@ -1113,7 +1113,7 @@ export default { ...@@ -1113,7 +1113,7 @@ export default {
justify-content: center; justify-content: center;
span { span {
height: 100%; height: 100%;
width: 50%; width: 85%;
// margin:5px 5px; // margin:5px 5px;
display: flex; display: flex;
justify-content: start; justify-content: start;
......
...@@ -96,6 +96,13 @@ ...@@ -96,6 +96,13 @@
import { getItem, setItem, clear } from '../utils/auth'; import { getItem, setItem, clear } from '../utils/auth';
import http from '../utils/http'; import http from '../utils/http';
import {
reactive,
toRefs,
onMounted,
nextTick,
computed,
} from "@vue/composition-api";
import { decimal } from '../utils/decimal'; import { decimal } from '../utils/decimal';
...@@ -109,8 +116,7 @@ export default { ...@@ -109,8 +116,7 @@ export default {
dialogVisible: Boolean, //弹出层是否显示 dialogVisible: Boolean, //弹出层是否显示
}, },
setup(props, context) { setup() {
const state = reactive({ const state = reactive({
...@@ -126,7 +132,6 @@ export default { ...@@ -126,7 +132,6 @@ export default {
addgroupList2: [], //主手术 addgroupList2: [], //主手术
addgroupArr2: [], addgroupArr2: [],
}); });
//获取主诊断模糊数据 //获取主诊断模糊数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment