Commit b4deae12 by DESKTOP-KM66R2T\Administrator

Merge branch 'feature/DRG分支' into develop

parents a03a8fec 7a11d82b
<!--
* @Author: wsq
* @Date: 2022-03-02 16:34:58
* @LastEditors: ninglupeng
* @LastEditTime: 2022-06-07 15:06:17
* @LastEditors: wsq
* @LastEditTime: 2022-07-11 16:37:03
* @Description:
-->
<template>
......@@ -1053,7 +1053,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......@@ -1073,7 +1073,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......@@ -1093,7 +1093,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......@@ -1113,7 +1113,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......
......@@ -96,6 +96,13 @@
import { getItem, setItem, clear } from '../utils/auth';
import http from '../utils/http';
import {
reactive,
toRefs,
onMounted,
nextTick,
computed,
} from "@vue/composition-api";
import { decimal } from '../utils/decimal';
......@@ -109,8 +116,7 @@ export default {
dialogVisible: Boolean, //弹出层是否显示
},
setup(props, context) {
setup() {
const state = reactive({
......@@ -126,7 +132,6 @@ export default {
addgroupList2: [], //主手术
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