Browse Source

0305

master
领悟 4 months ago
parent
commit
27c0dbe557
  1. 1
      src/assets/less/common.less
  2. 543
      src/config/code.js
  3. 138
      src/views/before/Informed.vue
  4. 8
      src/views/thrombolysis/components/throm-before4.vue
  5. 24
      src/views/thrombolysis/components/throm-interfere-informed.vue
  6. 9
      src/views/thrombolysis/components/throm-result-baseInfo.vue
  7. 19
      src/views/thrombolysis/components/throm-result-firstInfo.vue

1
src/assets/less/common.less

@ -714,6 +714,7 @@
// 复选框
.ant-checkbox-group{
display: flex!important;
width: 100%;
flex-wrap: wrap;
.ant-checkbox-wrapper{
min-width: 30%;

543
src/config/code.js

@ -922,90 +922,55 @@ export const AID_CODE = {
};
// 静脉溶栓
export const JMRS_CODE = {
// 'JMRS-Y': {
// text: '是否进行静脉溶栓',
// type: 'radio',
// default: '',
// range: {
// 是: '是',
// 否: '否',
// },
// },
// 'JMRS-WRSYY': {
// text: '未溶栓原因',
// type: 'checkbox',
// default: [''],
// range: ['超时间创', '禁忌症', '患者/家属拒绝', '其他'],
// showType: {
// type: 'value',
// code: 'JMRS-Y',
// value: '否',
// },
// },
// 'JMRS-WRSYY-ELSE': {
// text: '',
// type: 'input',
// inputType: 'text',
// default: '',
// showType: {
// type: 'valueInclude',
// code: 'JMRS-WRSYY',
// value: '其他',
// },
// },
// 'JMRS-TH-TIME': {
// text: '谈话开始时间',
// type: 'datetime',
// default: '',
// valueType: 'string',
// },
// 'JMRS-SIGN': {
// text: '签署知情同意书',
// type: 'modal',
// rightText: '去签署',
// rightArrow: true,
// path: {
// name: 'Informed',
// },
// },
// 'JMRS-Q-NIHSS': {
// text: 'NIHSS评分',
// description: '',
// type: 'pageText',
// rightArrow: true,
// default: '',
// operate: 'collapse',
// operateData: {
// text: '溶栓开始前',
// code: [
// 'JMRS-Q-NIHSS',
// 'JMRS-Q-SYSTOLIC-PRESSURE',
// 'JMRS-Q-DIASTOLIC-PRESSURE',
// ],
// },
// },
// 'JMRS-Q-SYSTOLIC-PRESSURE': {
// text: '收缩压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: 'JMRS-Q-NIHSS',
// },
// },
// 'JMRS-Q-DIASTOLIC-PRESSURE': {
// text: '舒张压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: 'JMRS-Q-NIHSS',
// },
// },
'JMRS-Y': {
text: '是否进行静脉溶栓',
type: 'radio',
default: '',
range: {
: '是',
: '否',
},
},
'JMRS-TH-TIME': {
text: '谈话开始时间',
type: 'datetime',
default: '',
valueType: 'string',
},
'JMRS-SIGN': {
text: '签署知情同意书',
type: 'modal',
rightText: '去签署',
rightArrow: true,
path: {
name: 'Informed',
},
},
'JMRS-Q-SYSTOLIC-PRESSURE': {
text: '收缩压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: 'JMRS-Q-NIHSS',
},
},
'JMRS-Q-DIASTOLIC-PRESSURE': {
text: '舒张压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: 'JMRS-Q-NIHSS',
},
},
'JMRS-RSCS': {
text: '开始静脉溶栓场所',
type: 'select',
@ -1023,192 +988,230 @@ export const JMRS_CODE = {
default: '',
valueType: 'string',
},
// 'JMRS-RSYW': {
// text: '静脉溶栓药物',
// type: 'select',
// range: {
// 'rt-PA': 'rt-PA',
// 尿激酶: '尿激酶',
// 替奈普酶: '替奈普酶',
// 瑞替普酶: '瑞替普酶',
// 阿尼普酶: '阿尼普酶',
// },
// default: 'rt-PA',
// },
// 'JMRS-RSYW-ZL': {
// text: 'rt-PA',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'value',
// code: 'JMRS-RSYW',
// value: 'rt-PA',
// },
// },
// 'JMRS-TZJL': {
// text: '团注剂量',
// description: '(mg)',
// type: 'input',
// inputType: 'number',
// default: '',
// },
// 'JMRS-JDJL': {
// text: '静滴剂量',
// description: '(mg)',
// type: 'input',
// inputType: 'number',
// default: '',
// },
// 'JMRS-15-NIHSS': {
// text: 'NIHSS评分',
// description: '',
// type: 'pageText',
// rightArrow: true,
// default: '',
// operate: 'collapse',
// operateData: {
// text: '15min',
// code: [
// 'JMRS-15-NIHSS',
// 'JMRS-15-SYSTOLIC-PRESSURE',
// 'JMRS-15-DIASTOLIC-PRESSURE',
// ],
// },
// },
// 'JMRS-15-SYSTOLIC-PRESSURE': {
// text: '收缩压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '15min',
// },
// },
// 'JMRS-15-DIASTOLIC-PRESSURE': {
// text: '舒张压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '15min',
// },
// },
// 'JMRS-30-NIHSS': {
// text: 'NIHSS评分',
// description: '',
// type: 'pageText',
// default: '',
// operate: 'collapse',
// operateData: {
// text: '30min',
// code: [
// 'JMRS-30-NIHSS',
// 'JMRS-30-SYSTOLIC-PRESSURE',
// 'JMRS-30-DIASTOLIC-PRESSURE',
// ],
// },
// },
// 'JMRS-30-SYSTOLIC-PRESSURE': {
// text: '收缩压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '30min',
// },
// },
// 'JMRS-30-DIASTOLIC-PRESSURE': {
// text: '舒张压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '30min',
// },
// },
// 'JMRS-45-NIHSS': {
// text: 'NIHSS评分',
// description: '',
// type: 'pageText',
// default: '',
// operate: 'collapse',
// operateData: {
// text: '45min',
// code: [
// 'JMRS-45-NIHSS',
// 'JMRS-45-SYSTOLIC-PRESSURE',
// 'JMRS-45-DIASTOLIC-PRESSURE',
// ],
// },
// },
// 'JMRS-45-SYSTOLIC-PRESSURE': {
// text: '收缩压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '45min',
// },
// },
// 'JMRS-45-DIASTOLIC-PRESSURE': {
// text: '舒张压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '45min',
// },
// },
// 'JMRS-60-NIHSS': {
// text: 'NIHSS评分',
// description: '',
// type: 'pageText',
// default: '',
// operate: 'collapse',
// operateData: {
// text: '60min',
// code: [
// 'JMRS-60-NIHSS',
// 'JMRS-60-SYSTOLIC-PRESSURE',
// 'JMRS-60-DIASTOLIC-PRESSURE',
// ],
// },
// },
// 'JMRS-60-SYSTOLIC-PRESSURE': {
// text: '收缩压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '60min',
// },
// },
// 'JMRS-60-DIASTOLIC-PRESSURE': {
// text: '舒张压',
// description: '(mmHg)',
// type: 'input',
// inputType: 'number',
// default: '',
// showType: {
// type: 'collapse',
// code: '60min',
// },
// },
'JMRS-RSYW': {
text: '静脉溶栓药物',
type: 'select',
range: {
'rt-PA': 'rt-PA',
尿激酶: '尿激酶',
替奈普酶: '替奈普酶',
瑞替普酶: '瑞替普酶',
阿尼普酶: '阿尼普酶',
},
default: 'rt-PA',
},
'JMRS-RSYW-ZL': {
text: 'rt-PA',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'value',
code: 'JMRS-RSYW',
value: 'rt-PA',
},
},
'JMRS-TZJL': {
text: '团注剂量',
description: '(mg)',
type: 'input',
inputType: 'number',
default: '',
},
'JMRS-JDJL': {
text: '静滴剂量',
description: '(mg)',
type: 'input',
inputType: 'number',
default: '',
},
'JMRS-WRSYY': {
text: '未溶栓原因',
type: 'checkbox',
default: [''],
range: ['超时间创', '禁忌症', '患者/家属拒绝', '其他'],
showType: {
type: 'value',
code: 'JMRS-Y',
value: '否',
},
},
'JMRS-WRSYY-ELSE': {
text: '',
type: 'input',
inputType: 'text',
default: '',
showType: {
type: 'valueInclude',
code: 'JMRS-WRSYY',
value: '其他',
},
},
'JMRS-Q-NIHSS': {
text: 'NIHSS评分',
description: '',
type: 'pageText',
rightArrow: true,
default: '',
operate: 'collapse',
operateData: {
text: '溶栓开始前',
code: [
'JMRS-Q-NIHSS',
'JMRS-Q-SYSTOLIC-PRESSURE',
'JMRS-Q-DIASTOLIC-PRESSURE',
],
},
},
'JMRS-15-NIHSS': {
text: 'NIHSS评分',
description: '',
type: 'pageText',
rightArrow: true,
default: '',
operate: 'collapse',
operateData: {
text: '15min',
code: [
'JMRS-15-NIHSS',
'JMRS-15-SYSTOLIC-PRESSURE',
'JMRS-15-DIASTOLIC-PRESSURE',
],
},
},
'JMRS-15-SYSTOLIC-PRESSURE': {
text: '收缩压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '15min',
},
},
'JMRS-15-DIASTOLIC-PRESSURE': {
text: '舒张压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '15min',
},
},
'JMRS-30-NIHSS': {
text: 'NIHSS评分',
description: '',
type: 'pageText',
default: '',
operate: 'collapse',
operateData: {
text: '30min',
code: [
'JMRS-30-NIHSS',
'JMRS-30-SYSTOLIC-PRESSURE',
'JMRS-30-DIASTOLIC-PRESSURE',
],
},
},
'JMRS-30-SYSTOLIC-PRESSURE': {
text: '收缩压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '30min',
},
},
'JMRS-30-DIASTOLIC-PRESSURE': {
text: '舒张压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '30min',
},
},
'JMRS-45-NIHSS': {
text: 'NIHSS评分',
description: '',
type: 'pageText',
default: '',
operate: 'collapse',
operateData: {
text: '45min',
code: [
'JMRS-45-NIHSS',
'JMRS-45-SYSTOLIC-PRESSURE',
'JMRS-45-DIASTOLIC-PRESSURE',
],
},
},
'JMRS-45-SYSTOLIC-PRESSURE': {
text: '收缩压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '45min',
},
},
'JMRS-45-DIASTOLIC-PRESSURE': {
text: '舒张压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '45min',
},
},
'JMRS-60-NIHSS': {
text: 'NIHSS评分',
description: '',
type: 'pageText',
default: '',
operate: 'collapse',
operateData: {
text: '60min',
code: [
'JMRS-60-NIHSS',
'JMRS-60-SYSTOLIC-PRESSURE',
'JMRS-60-DIASTOLIC-PRESSURE',
],
},
},
'JMRS-60-SYSTOLIC-PRESSURE': {
text: '收缩压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '60min',
},
},
'JMRS-60-DIASTOLIC-PRESSURE': {
text: '舒张压',
description: '(mmHg)',
type: 'input',
inputType: 'number',
default: '',
showType: {
type: 'collapse',
code: '60min',
},
},
};
// 血管内治疗
export const XGZL_CODE = {

138
src/views/before/Informed.vue

@ -7,21 +7,18 @@
-->
<template>
<div class="before-informed-container Informed-container">
<a-tabs
default-active-key="1"
size="large"
:tabBarGutter="100"
@change="tabClick"
>
<a-tab-pane key="1" tab="辅助工具">
<a-card style="width:100%" :tab-list="tabList" :active-tab-key="activeTabKey" @tabChange="onTabChange">
<div class="throm-before4-container Informed-container">
<div class="video-container" v-if="activeTabKey == 'tab1'">
<div class="video-container">
<div class="info">百人中使用药物结果分布情况</div>
<div class="img">
<img src="../../assets/images/100.png" alt="" />
</div>
</div>
</a-tab-pane>
<a-tab-pane key="2" tab="溶栓视频">
</div>
<!-- -->
<div class="video-container" v-if="activeTabKey == 'tab2'">
<div class="video-container">
<video
ref="refVideo"
@ -33,8 +30,9 @@
type="video/mp4"
></video>
</div>
</a-tab-pane>
<a-tab-pane key="3" tab="家属签字">
</div>
<!-- ? -->
<div class="video-container" v-if="activeTabKey == 'tab3'">
<h1>
急性脑梗塞静脉溶栓治疗知情同意书
<a-icon
@ -56,6 +54,7 @@
></div>
</div>
<div class="informed-list">
<div class="informed-item">
<span>患者签名</span>
<div
@ -86,6 +85,7 @@
readOnly
/>
</div>
</div>
<signature
class="item-sign"
ref="patientSign"
@ -94,7 +94,6 @@
v-if="patientSign"
>
</signature>
</div>
<div class="informed-info">
如果患者无法签署知情同意书请其授权的亲属在此签名:
</div>
@ -119,14 +118,7 @@
}}</a-button
>
</div>
<signature
class="item-sign"
ref="empowerSign"
@close="empowerSignClose"
@reset="handeReset('empowerSign')"
v-if="empowerSign"
>
</signature>
<div class="informed-item">
<span>与患者关系</span>
<a-input
@ -135,6 +127,8 @@
class="item-input"
/>
</div>
</div>
<div class="informed-list before">
<div class="informed-item">
<span>签名日期</span>
<a-input
@ -145,7 +139,16 @@
readOnly
/>
</div>
<div class="informed-item"></div>
</div>
<signature
class="item-sign"
ref="empowerSign"
@close="empowerSignClose"
@reset="handeReset('empowerSign')"
v-if="empowerSign"
>
</signature>
<template v-if="source === 'normal'">
<div class="informed-info">
<strong> 医生陈述 </strong>
@ -220,8 +223,26 @@
>提交</a-button
>
</div>
</div>
<!-- -->
</div>
</a-card>
<!-- <a-tabs
default-active-key="1"
size="large"
:tabBarGutter="100"
@change="tabClick"
>
<a-tab-pane key="1" tab="辅助工具">
</a-tab-pane>
</a-tabs>
<a-tab-pane key="2" tab="溶栓视频">
</a-tab-pane>
<a-tab-pane key="3" tab="家属签字">
</a-tab-pane>
</a-tabs> -->
<a-modal
class="patient-create patient-form"
:width="650"
@ -284,6 +305,20 @@ export default {
thrombolytic: 0,
intervene: 1,
},
activeTabKey: 'tab1',
tabList: [{
key: 'tab1',
tab: '辅助工具',
},
{
key: 'tab2',
tab: '溶栓视频',
},
{
key: 'tab3',
tab: '家属签字',
}
],
};
},
components: {
@ -326,16 +361,20 @@ export default {
});
},
methods: {
tabClick(e) {
console.log('触发了该事件', e);
if (e != 2) {
this.$refs.refVideo.pause();
onTabChange(key, type) {
this.activeTabKey = key;
if (key != 'tab2') {
// this.$refs.refVideo.pause();
} else {
setTimeout(() => {
this.$refs.refVideo.play();
});
}
},
// tabClick(e) {
// console.log('', e);
// },
open() {
this.queryConsentResult();
this.showDetails = false;
@ -397,6 +436,14 @@ export default {
uploadfile(form).then((res) => {
if (res.code === 200) {
this.informed.doctorSign = res.url;
const now = new Date();
let y = now.getFullYear();
let m = now.getMonth() + 1;
m = m < 10 ? '0' + m : m;
let d = now.getDate();
d = d < 10 ? '0' + d : d;
let dateTime = y + '-' + m + '-' + d;
this.informed.doctorTime = dateTime;
this.$message.success('谈话医师签名保存成功');
this.doctorSign = false;
} else {
@ -414,6 +461,14 @@ export default {
uploadfile(form).then((res) => {
if (res.code === 200) {
this.informed.patientSign = res.url;
const now = new Date()
let y = now.getFullYear();
let m = now.getMonth() + 1;
m = m < 10 ? '0' + m : m;
let d = now.getDate();
d = d < 10 ? '0' + d : d;
let dateTime = y + '-' + m + '-' + d;
this.informed.patientTime = dateTime;
this.$message.success('患者本人签名保存成功');
this.patientSign = false;
} else {
@ -429,6 +484,14 @@ export default {
uploadfile(form).then((res) => {
if (res.code === 200) {
this.informed.empowerSign = res.url;
const now = new Date();
let y = now.getFullYear();
let m = now.getMonth() + 1;
m = m < 10 ? '0' + m : m;
let d = now.getDate();
d = d < 10 ? '0' + d : d;
let dateTime = y + '-' + m + '-' + d;
this.informed.legalTime = dateTime;
this.$message.success('授权人签名保存成功');
this.empowerSign = false;
} else {
@ -476,9 +539,12 @@ export default {
.video-container {
width: 100%;
padding-bottom: 20px;
// position: relative;
// left: 623px;
// top: -56px;
video {
width: 100%;
height: 500px;
// height: 500px;
}
.info {
font-size: 18px;
@ -496,6 +562,26 @@ export default {
height: auto;
}
}
.rowItem{
width:100%;
float:left
}
.canvaspanel {
display: flex;
position: relative;
margin: 1.45vw 0;
}
}
.Informed-container .informed-list .informed-item{
width: 48% !important;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.36vw;
}
.ant-card-bordered {
border: none !important;
}
.content-box {
p {

8
src/views/thrombolysis/components/throm-before4.vue

@ -460,6 +460,14 @@
uploadfile(form).then((res) => {
if (res.code === 200) {
this.informed.empowerSign = res.url;
const now = new Date();
let y = now.getFullYear();
let m = now.getMonth() + 1;
m = m < 10 ? '0' + m : m;
let d = now.getDate();
d = d < 10 ? '0' + d : d;
let dateTime = y + '-' + m + '-' + d;
this.informed.legalTime = dateTime;
this.$message.success('授权人签名保存成功');
this.empowerSign = false;
} else {

24
src/views/thrombolysis/components/throm-interfere-informed.vue

@ -418,6 +418,14 @@
uploadfile(form).then((res) => {
if (res.code === 200) {
this.informed.doctorSign = res.url;
const now = new Date()
let y = now.getFullYear();
let m = now.getMonth() + 1;
m = m < 10 ? '0' + m : m;
let d = now.getDate();
d = d < 10 ? '0' + d : d;
let dateTime = y + '-' + m + '-' + d;
this.informed.doctorTime = dateTime;
this.$message.success('谈话医师签名保存成功');
this.doctorSign = false;
} else {
@ -435,6 +443,14 @@
uploadfile(form).then((res) => {
if (res.code === 200) {
this.informed.patientSign = res.url;
const now = new Date()
let y = now.getFullYear();
let m = now.getMonth() + 1;
m = m < 10 ? '0' + m : m;
let d = now.getDate();
d = d < 10 ? '0' + d : d;
let dateTime = y + '-' + m + '-' + d;
this.informed.patientTime = dateTime;
this.$message.success('患者本人签名保存成功');
this.patientSign = false;
} else {
@ -450,6 +466,14 @@
uploadfile(form).then((res) => {
if (res.code === 200) {
this.informed.empowerSign = res.url;
const now = new Date();
let y = now.getFullYear();
let m = now.getMonth() + 1;
m = m < 10 ? '0' + m : m;
let d = now.getDate();
d = d < 10 ? '0' + d : d;
let dateTime = y + '-' + m + '-' + d;
this.informed.legalTime = dateTime;
this.$message.success('授权人签名保存成功');
this.empowerSign = false;
} else {

9
src/views/thrombolysis/components/throm-result-baseInfo.vue

@ -344,17 +344,26 @@
}
}
if(!this.patientId) {
await updateFirstAid({
...values,
firstAidZlType: this.firstAidZlType,
firstAidId:this.form.firstAidId
})
await this.home.updateAidCode({
...values,
firstAidZlType: this.firstAidZlType,
codeAndAnswerList
}, false)
this.$emit('next')
}else{
await updateFirstAid(params)
const res = await saveAidRecord({
firstAidId:this.form.firstAidId,
codeAndAnswerList,
...params
});
this.$message.success(res.msg)
this.$emit('ok')
}

19
src/views/thrombolysis/components/throm-result-firstInfo.vue

@ -48,7 +48,7 @@
<div class="basicr-back">
<v-head text="主要治疗操作"></v-head>
<a-form class="detail-form" :form="firstForm">
<a-form class="detail-form basicrItem" :form="firstForm">
<a-form-item class="jmrs-form-item " v-for="(k, v) in JMRS_CODE" :key="v"
v-if="computeShow(v, codeForm)">
<!-- operate === collapse -->
@ -105,7 +105,7 @@
</div>
</div>
<div class="jmrs-form-item-con" v-else :class="k.type">
<div class="content-left ant-form-item-label">
<div class="content-left ant-form-item-label" v-if="k.text">
<label :for="`FirstInfo_${v}`" v-if="k.text">
{{ `${k.text}` }}
<span v-if="k.description" class="label-info">{{ k.description }}</span>
@ -230,7 +230,7 @@
</div>
<a-modal class="first" :width="900" wrapClassName="first-modal" :destroyOnClose="true"
v-model="modalVisable" @ok="modalVisable = false" :footer="null">
<!-- <Informed ref="informed" source="first" @on-success="successInformed" /> -->
<Informed ref="informed" source="first" @on-success="successInformed" />
</a-modal>
</div>
<div class="throm-common-button">
@ -658,12 +658,20 @@
padding-right:2% !important;
margin-right:2% !important;
}
.basicrItem .ant-form-item:nth-child(9),.basicrItem .ant-form-item:nth-child(10),.basicrItem .ant-form-item:nth-child(11),.basicrItem .ant-form-item:nth-child(12),.basicrItem .ant-form-item:nth-child(13),.basicrItem .ant-form-item:nth-child(14),.basicrItem .ant-form-item:nth-child(15){
width:100%;
float:left;
border:none;
padding-right:0 !important;
margin-right:0 !important;
}
.treatmentItem .ant-form-item:nth-child(9),.treatmentItem .ant-form-item:nth-child(10),.treatmentItem .ant-form-item:nth-child(11),.treatmentItem .ant-form-item:nth-child(12){
width:100%;
float:left;
border:none;
}
.treatmentItem .ant-form-item:nth-child(10),.treatmentItem .ant-form-item:nth-child(11),.treatmentItem .ant-form-item:nth-child(12){
.treatmentItem .ant-form-item:nth-child(10),.treatmentItem .ant-form-item:nth-child(11),.treatmentItem .ant-form-item:nth-child(12),.basicrItem .ant-form-item:nth-child(9),.basicrItem .ant-form-item:nth-child(10),.basicrItem .ant-form-item:nth-child(11),
.basicrItem .ant-form-item:nth-child(12),.basicrItem .ant-form-item:nth-child(13){
// height:150px !important;
height: auto !important;
}
@ -680,6 +688,9 @@
position: relative;
left: -180px;
}
.basicrItem .ant-checkbox-group .ant-checkbox-wrapper{
width:25% !important;
}
</style>
<style scoped>

Loading…
Cancel
Save