Просмотр исходного кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 2 лет назад
Родитель
Сommit
3820ad9fa3

+ 2 - 2
src/xt_pages/dialysis/dialysisPrintOrder.vue Просмотреть файл

@@ -1037,11 +1037,11 @@
1037 1037
           >
1038 1038
           </DialysisPrintOrderFortySeven>
1039 1039
 
1040
-           <DialysisPrintOrderFortyTwo
1040
+           <DialysisPrintOrderFortyEight
1041 1041
             v-bind:childResponse="childResponse"
1042 1042
             v-if="org_template_info.template_id == 48"
1043 1043
           >
1044
-          </DialysisPrintOrderFortyTwo>
1044
+          </DialysisPrintOrderFortyEight>
1045 1045
 
1046 1046
             <DialysisPrintOrderFortyNine
1047 1047
             v-bind:childResponse="childResponse"

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFortyTwo.vue Просмотреть файл

@@ -933,7 +933,7 @@
933 933
                       <!-- <td width="70">其他记录:</td> -->
934 934
                       <td width="85">透析小结:</td>
935 935
                       <td width="">
936
-                        <div style="width: 95%;line-height: 25px;text-align: left;margin-left: 2px;text-underline-position: under; text-decoration: underline;">
936
+                        <div style="width: 95%;line-height: 25px;text-align: left;margin-left: 2px;">
937 937
                           {{ summary.dialysis_summary }}
938 938
                         </div>
939 939
                       </td>

+ 6 - 3
src/xt_pages/hospitalStation/components/chargeDialog.vue Просмотреть файл

@@ -104,9 +104,7 @@
104 104
           <el-form-item class="specialFormItem">
105 105
             <div style="display: flex">
106 106
               <!--            这里不要改成el-input,因为使用el-input会导致一个奇怪的bug,千万不要改!!!!!!!!!!!!!!!!!!!!-->
107
-              <el-input v-model="form.tmp_decimal" onkeyup="this.value = this.value.replace(/[^\d.]/g,'');" @change="lilili">
108
-              
109
-              </el-input>元
107
+              <el-input v-model="form.tmp_decimal" @onkeyup="this.value = this.value.replace(/[^\d.]/g,'');" @change="lilili">元</el-input>
110 108
             </div>
111 109
           </el-form-item>
112 110
         </span>
@@ -389,4 +387,9 @@ export default {
389 387
     width: 50%;
390 388
   }
391 389
 }
390
+
391
+.input_style{
392
+  border-radius: 5px;
393
+  border: 1px solid #dbdbdb;
394
+}
392 395
 </style>