qinxianzhangyao
2023-12-09 876f43e0fd34e084cc8a179a20afb51fe612eca3
qxtj
3个文件已修改
12 ■■■■ 已修改文件
src/api/system/sfxm.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/history/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/system/sfxm.js
@@ -4,8 +4,8 @@
export function listSfxm(query) {
    return request({
        url: '/system/sfxm/list',
        method: 'get',
        params: query
        method: 'post',
        data: query
    })
}
src/views/hosp/history/index.vue
@@ -259,7 +259,7 @@
                    <template slot-scope="scope">
                      <!-- <el-input v-model="scope.row.isOk" placeholder="请输入是否痊愈" /> -->
                      <el-select filterable size="mini" v-model="scope.row.harmTypeLogs" multiple placeholder="请选择有害因素" clearable>
                        <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmtype"
                        <el-option v-for="dict in harmTypeList" :key="dict.aid" :label="dict.harmType"
                          :value="dict.aid" />
                      </el-select>
                    </template>
src/views/hosp/project/index.vue
@@ -278,10 +278,10 @@
            </el-form>
            <el-table v-loading="loading" ref="tb" :data="sfxmList" @selection-change="handleSelectionChange" border
              height="520px">
              <el-table-column type="selection"  align="center" fixed="left" />
              height="520px"   style="width: 100%">
              <el-table-column type="selection"  align="center"  />
              <el-table-column label="序号" align="center" prop="newID" 
                fixed="left" />
               />
              <el-table-column label="项目编码" align="center" prop="xmbm"  />
              <el-table-column label="项目名称" align="center" prop="xmmc"/>
              <el-table-column label="拼音码" align="center" prop="pym" />