谁DVD发DVD发到付v
This commit is contained in:
parent
a730a7761a
commit
4935f52233
|
|
@ -157,17 +157,6 @@ export function delHealthInfoApi(data) {
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getHealthReportPageApi(data) {
|
|
||||||
return request({
|
|
||||||
url: '/smart-canteen/health_person_medical_report/list',
|
|
||||||
method: 'get',
|
|
||||||
headers: {
|
|
||||||
//"merchant-id":"378915229716713472",
|
|
||||||
},
|
|
||||||
params:data
|
|
||||||
})
|
|
||||||
}
|
|
||||||
// 模板-列表
|
// 模板-列表
|
||||||
export function getModelListApi() {
|
export function getModelListApi() {
|
||||||
return request({
|
return request({
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,8 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="住院日期" align="center" prop="inpatientDate" :show-overflow-tooltip="true">
|
<el-table-column label="住院日期" align="center" prop="inpatientDate" :show-overflow-tooltip="true">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="慢性病" align="center" prop="chronicNames" :show-overflow-tooltip="true">
|
||||||
|
</el-table-column>
|
||||||
<el-table-column label="劳动强度" align="center" prop="labourIntensity" :show-overflow-tooltip="true">
|
<el-table-column label="劳动强度" align="center" prop="labourIntensity" :show-overflow-tooltip="true">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.labourIntensity==1">轻劳动</span>
|
<span v-if="scope.row.labourIntensity==1">轻劳动</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue