linwenling
2023-10-07 01c25c7e0f38e7f458d5dc97a70a9b7b8d4f7a6c
健康保健修改
2个文件已修改
8 ■■■■ 已修改文件
ruoyi-ui/src/views/healthy/healthYear.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/healthy/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/healthy/healthYear.vue
@@ -2,7 +2,7 @@
  <div class="app-container" style="opacity: 1;">
    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
      <el-form-item label="体检时间"  prop="checkTime">
      <el-form-item label="体检/看病时间"  prop="checkTime">
        <el-date-picker
          v-model="dateRange"
          style="width: 200px;
@@ -122,7 +122,7 @@
      <el-table-column type="selection" width="55"  align="center" />
      <el-table-column  label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
      <el-table-column label="体检时间" prop="checkTime" sortable width="150" align="center">
      <el-table-column label="体检/看病时间" prop="checkTime" sortable width="200" align="center">
        <template slot-scope="scope">{{scope.row.checkTime? scope.row.checkTime: '————'}}</template>
      </el-table-column>
      <el-table-column label="类别" prop="type" sortable width="120" />
@@ -131,7 +131,7 @@
      </el-table-column>
      <el-table-column label="题名" prop="title" sortable width="150" />
      <el-table-column label="注意事项" prop="notice" sortable width="150" />
      <el-table-column label="体检报告(电子文件)" prop="url" align="center" sortable  width="200" >
      <el-table-column label="电子文件" prop="url" align="center" sortable  width="150" >
        <template slot-scope="scope" >
          <div  @click="handleCheck(scope.row)">
            <img
ruoyi-ui/src/views/healthy/index.vue
@@ -12,7 +12,7 @@
        <el-button size="mini" type="text" @click="toYearhealthy" v-hasPermi="['person:healthy:healthYear']">
          <div class="form" ><el-icon  style="padding-right:110px;"></el-icon>
            <span class="text" style="width: 69px;height: 26px;font-size: 16px; padding-left: 10px;
            font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">年度健康情况</span></div>
            font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">体检/看病</span></div>
        </el-button>
      </div>
    </h1>