Browse Source

新分支

28169 7 months ago
parent
commit
9c65b2646b

+ 1 - 1
src/xt_pages/user/components/PatientDetail.vue View File

@@ -195,7 +195,7 @@
195 195
               </el-col>
196 196
 
197 197
             <el-col :span="8">
198
-              <el-form-item label="本人电话: " class="is-required" prop="phone">
198
+              <el-form-item label="本人电话: " class="is-required">
199 199
                 <el-input
200 200
                   v-model="form.phone"
201 201
                   maxlength="20"

+ 1 - 2
src/xt_pages/user/components/PatientForm.vue View File

@@ -248,7 +248,6 @@
248 248
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
249 249
                 <el-form-item
250 250
                   label="本人电话 : "
251
-                  class="is-required"
252 251
                   prop="phone"
253 252
                 >
254 253
                   <el-input v-model="form.phone" maxlength="20"></el-input>
@@ -263,7 +262,7 @@
263 262
                 </el-form-item>
264 263
               </el-col>
265 264
               <el-col :span="8" :style="isEdit ? 'width:360px' : ''">
266
-                <el-form-item label="家属电话 : " prop="homeTelephone"  class="is-required">
265
+                <el-form-item label="家属电话 : " prop="homeTelephone">
267 266
                   <el-input
268 267
                     v-model="form.homeTelephone"
269 268
                     maxlength="20"

+ 4 - 4
src/xt_pages/user/components/PatientSidebar.vue View File

@@ -190,10 +190,10 @@ export default {
190 190
               name: '1-3',
191 191
               label: '肾科检验'
192 192
             },
193
-            {
194
-              name: '4-12',
195
-              label: '新版肾科检验'
196
-            },
193
+            // {
194
+            //   name: '4-12',
195
+            //   label: '新版肾科检验'
196
+            // },
197 197
             {
198 198
               name: '4-1',
199 199
               label: '肾科检查'

File diff suppressed because it is too large
+ 1415 - 0
src/xt_pages/user/lapsoInspection.vue