See999 5 år sedan
förälder
incheckning
03aeadf29f
3 ändrade filer med 6 tillägg och 3 borttagningar
  1. 1 1
      index.html
  2. 3 0
      src/pages/patients/addPatient.vue
  3. 2 2
      src/pages/patients/editPatient.vue

+ 1 - 1
index.html Visa fil

@@ -4,7 +4,7 @@
4 4
     <meta charset="utf-8" />
5 5
     <meta
6 6
       name="viewport"
7
-      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no,viewport-fit=cover"
7
+      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
8 8
     />
9 9
     <title>酷医云移动端</title>
10 10
   </head>

+ 3 - 0
src/pages/patients/addPatient.vue Visa fil

@@ -88,6 +88,7 @@
88 88
           v-model="patientForm.patientsoure"
89 89
           right-icon="arrow"
90 90
           required
91
+          readonly
91 92
           placeholder="请选择"
92 93
           @click="show10 = true"
93 94
         />
@@ -104,6 +105,7 @@
104 105
           v-model="patientForm.lapseto"
105 106
           right-icon="arrow"
106 107
           required
108
+          readonly
107 109
           placeholder="请选择"
108 110
           @click="show9 = true"
109 111
         />
@@ -139,6 +141,7 @@
139 141
           v-model="patientForm.fistDate"
140 142
           right-icon="arrow"
141 143
           placeholder="请选择"
144
+          readonly
142 145
           @click="show7 = true"
143 146
         />
144 147
 

+ 2 - 2
src/pages/patients/editPatient.vue Visa fil

@@ -170,7 +170,7 @@
170 170
           <!-- 使用 title 插槽来自定义标题 -->
171 171
           <template slot="title">
172 172
             <span class="custom-title2">传染病</span>
173
-            <div style="width:60%;margin-left:2rem">
173
+            <div style="width:60%;margin-left:3rem">
174 174
               <van-checkbox-group v-model="resultThree">
175 175
                 <van-checkbox name="1" shape="square">乙肝</van-checkbox>
176 176
                 <van-checkbox name="2" shape="square">丙肝</van-checkbox>
@@ -186,7 +186,7 @@
186 186
           <!-- 使用 title 插槽来自定义标题 -->
187 187
           <template slot="title">
188 188
             <span class="custom-title2">慢性病</span>
189
-            <div style="width:60%;margin-left:2rem">
189
+            <div style="width:60%;margin-left:3rem">
190 190
               <van-checkbox-group v-model="resultFour">
191 191
                 <van-checkbox name="1" shape="square">血透</van-checkbox>
192 192
                 <van-checkbox name="2" shape="square">腹透</van-checkbox>