feige
2025-01-14 3f8348f8030da5827725b0fa108a1057f370a915
ruoyi-ui/src/views/healthy/healthYear.vue
@@ -37,7 +37,7 @@
</el-row>
    <el-dialog  :visible.sync="open" width="800px" append-to-body @close="">
    <el-dialog  :visible.sync="open" width="990px" append-to-body @close="">
    <h2 style="font-size:21px">基本情况</h2>
@@ -127,7 +127,7 @@
        </el-container>
      </div>
      <div style="padding-left:150px">
      <div style="padding-left:100px">
        <el-container>
          <el-col v-loading="loading" :data="HealthyBaseList" >
            <el-form ref="elForm" :model="HealthyBaseList" :rules="rules" size="medium"  label-position="left">
@@ -137,7 +137,7 @@
                  </el-input>
                </el-form-item>
              </el-row>
              <el-row :span="16">
              <el-row :span="30">
                <el-form-item label="电子邮件" prop="email" label-width="70px">
                  <el-input v-model="HealthyBaseList.email" placeholder="" clearable :style="{width: '100%'}" :disabled="dsb">
                  </el-input>
@@ -1014,7 +1014,7 @@
      open1:false,
      open2:false,
      open3:false,
     allBasicInfo:["基本情况","生活习惯","护理查体","现在健康问题"],
     allBasicInfo:["基本情况","生活习惯","护理查体","现在健康情况"],
      dictionary: {},
      // 遮罩层
      editMode: false, // 是否处于编辑模式
@@ -1289,7 +1289,7 @@
      // 数据范围选项
     // 数据范围选项
     fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
       '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
       '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng','.M4A'],
      fileList:[
      ],
@@ -1327,7 +1327,9 @@
                label: '未经处理的气胸'},      
         
         { value: 'other',
                label: '活动性出血'},
                label: '活动性出血'},
         { value: 'noinfo',
                label: '无'},
      ],
   szjoptions:
   [
@@ -1348,7 +1350,9 @@
          label: '泌尿系统感染'},      
   
   { value: 'other',
          label: '其他'},
          label: '其他'},
            { value: 'noinfo',
                   label: '无'},
   ],
   hxjoptions:
   [
@@ -1369,6 +1373,8 @@
             label: '上呼吸道感染'},
      { value: 'other',
             label: '其他'},
      { value: 'noinfo',
             label: '无'},
            ],
   
    xhoptions:
@@ -1400,6 +1406,8 @@
             label: '痔疮'},
      { value: 'other',
             label: '其他'},
      { value: 'noinfo',
             label: '无'},
            ],
    nxoptions:
   [
@@ -1415,6 +1423,8 @@
               
            { value: 'other',
                   label: '其它'},
      { value: 'noinfo',
             label: '无'},
   ],
   xzoptions:
   [
@@ -1432,6 +1442,8 @@
               
            { value: 'other',
                   label: '其它'},
      { value: 'noinfo',
             label: '无'},
   ],
    xgoptions:
   [
@@ -1442,6 +1454,8 @@
   
      { value: 'other',
             label: '其它'},
      { value: 'noinfo',
             label: '无'},
   ],
   qsoptions:
        [
@@ -1459,7 +1473,10 @@
             label: '恶液质'},
      { value: 'other',
             label: '其它'},
            { value: 'noinfo',
                   label: '无'},
                  ],
     xloptions:
     [
            { value: 'optimistic',
@@ -1476,6 +1493,8 @@
          label: '压抑'}, 
      { value: 'other',
             label: '其它'},
      { value: 'noinfo',
             label: '无'},
              ],
     bloptions:
     [
@@ -1489,6 +1508,8 @@
                   label: '不正常'}, 
      { value: 'other',
             label: '其它'},
         { value: 'noinfo',
                label: '无'},
         ],
      pfoptions:
     [
@@ -1512,6 +1533,8 @@
             label: '溃疡及瘢痕'}, 
           { value: 'other',
                  label: '其它'}, 
         { value: 'noinfo',
                label: '无'},
     ],
   shoptions:
    [
@@ -1526,6 +1549,8 @@
     
      { value: 'other',
             label: '其它'}, 
      { value: 'noinfo',
             label: '无'},
    ],
    ysoptions:
    [
@@ -1543,6 +1568,8 @@
             label: '嗜糖'},  
      { value: 'other',
             label: '其它'}, 
      { value: 'noinfo',
             label: '无'},
    ],
   dboptions:
   [
@@ -1554,6 +1581,8 @@
             label: '腹泻'},  
      { value: 'incontinence',
             label: '失禁'}, 
      { value: 'noinfo',
             label: '无'},
      
   ],
@@ -1567,6 +1596,7 @@
              label: '失禁'},  
       { value: 'enuresis',
              label: '遗尿'}, 
       
    ],
     spoptions:[
@@ -1595,6 +1625,8 @@
          label: '肿瘤'},  
      { value: 'other',
          label: '其它'}, 
      { value: 'noinfo',
             label: '无'},
     ],
     gmoptions:[
     { value: 'medicine',
@@ -1603,6 +1635,8 @@
          label: '食物'},
     { value: 'other',
          label: '其它'},
   { value: 'noinfo',
          label: '无'},
     ],
Bloodoptions: [{
          value: 'a',
@@ -2947,8 +2981,10 @@
}
.btn_edit{
   background-size:100% 100%;
  background:center no-repeat url('../../assets/icons/edit.png') ;
  position: absolute;
  height:30px;
  top: 0;
  padding-right: 90px;
}