diff --git a/src/page-subspecialty/views/modules/formList/mraOrder.vue b/src/page-subspecialty/views/modules/formList/mraOrder.vue index e127fa0..9f5e111 100644 --- a/src/page-subspecialty/views/modules/formList/mraOrder.vue +++ b/src/page-subspecialty/views/modules/formList/mraOrder.vue @@ -212,6 +212,81 @@ + + +
+ 血压: +
+ + +
+ 脉搏: +
+ + + + +
+ 血糖: +
+ + +
+
+
+ 导诊台测量眼压: +
mmHg
+
+
+ OD + +
+
+ OS + +
+
+
+ + + + + 荧光素钠注射液过敏试验观察20分钟。 + + + + +
+ 药物批号: +
+ + + + + 造影结束后留观30分钟。 + + + + + 散瞳每五分钟点一次,连续点五次。 + + +
+ 散瞳眼别: +
+
+ 双眼 +
+
+ 右眼 +
+
+ 左眼 +
+
+
+ +
@@ -294,7 +369,14 @@ export default { examineDate: '', checkAdvice: '', docAdvice: '', - source: '' + source: '', + xy: '', // 血压 + mb: '', // 脉搏 + xt: '', // 血糖 + dztclyyOd: '', // 导诊台测量眼压 + dztclyyOs: '', + ywph: '', // 药物批号 + styb: '' // 散瞳眼别 }, context: [ { @@ -338,6 +420,9 @@ export default { this.getOrderDetail() }, methods: { + changeEyeType(type) { + this.$set(this.formData, 'styb', type) + }, changeNeed() { this.$set(this.formData, 'needYdzxpt', !this.formData.needYdzxpt) }, @@ -447,9 +532,17 @@ export default { ::v-deep .el-textarea__inner{ border: none; } +.textLeft{ + ::v-deep .el-input__inner{ + text-align: left !important; + } +} .flex{ display: flex; } +.flex1{ + flex: 1; +} .a-c{ align-items: center; } @@ -489,10 +582,13 @@ input{ } ::v-deep .el-input__inner { border: none; + color: #000; height: 26px !important; line-height: 26px !important; - text-align: center; border: none !important; + text-align: center; + border-bottom: 1px solid #ccc !important; + font-size: 16px; border-radius: 0; padding: 0; } @@ -505,6 +601,7 @@ input{ table tr td{ border: 1px solid #ccc; padding: 3px 5px; + width: 50%; } .checkBox{ cursor: pointer;