Browse Source

0318

master
领悟 4 months ago
parent
commit
607813ca99
  1. 6
      src/views/thrombolysis/components/throm-before1.vue
  2. 6
      src/views/thrombolysis/components/throm-ing-min.vue
  3. 3
      src/views/thrombolysis/components/throm-result-firstInfo.vue

6
src/views/thrombolysis/components/throm-before1.vue

@ -96,7 +96,11 @@
<!--@change="handleInputChange($event, item, v)" style="width: 100%; margin-left: 20px"-->
<a-input-number :disabled="writeAble" ref="inputNumber" class="noControls"
style="width: 100%;" v-decorator="[v, { initialValue: k.default }]"
:min="k.range[0]" :max="k.range[1]" inputmode="numeric" />
:min="k.range[0]" :max="k.range[1]" inputmode="numeric" type="number">
<template #input>
<input type="tel" :value="value" placeholder="" />
</template>
</a-input-number>
</div>
</div>

6
src/views/thrombolysis/components/throm-ing-min.vue

@ -96,7 +96,11 @@
<!--@change="handleInputChange($event, item, v)" style="width: 100%; margin-left: 20px"-->
<a-input-number :disabled="writeAble" ref="inputNumber" class="noControls"
style="width: 100%;" v-decorator="[v, { initialValue: k.default }]"
:min="k.range[0]" :max="k.range[1]" inputmode="numeric" />
:min="k.range[0]" :max="k.range[1]" inputmode="numeric" type="number">
<template #input>
<input type="tel" :value="value" placeholder="" />
</template>
</a-input-number>
</div>
</div>
</div>

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

@ -374,7 +374,7 @@
// });
// },
async mounted() {
// console.log('patientId', this.patientId)
console.log('patientId', this.patientId)
if (this.patientId) {
const res = await queryAidRecord(this.patientId)
@ -385,6 +385,7 @@
} else {
this.$nextTick(() => {
if (this.patientData) {
this.patData = this.patientData
this.echo(this.patientData)
}
})

Loading…
Cancel
Save