心电图列表页面修改,请求图片覆盖参数修改

This commit is contained in:
yy2205 2025-06-05 18:07:21 +08:00
parent f7ef0f482a
commit 03afd32a1a
2 changed files with 24 additions and 24 deletions

View File

@ -78,7 +78,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -91,7 +91,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -104,7 +104,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -117,7 +117,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -130,7 +130,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -143,7 +143,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -169,7 +169,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -182,7 +182,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -195,7 +195,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -208,7 +208,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -221,7 +221,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -234,7 +234,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -247,7 +247,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -260,7 +260,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -273,7 +273,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -286,7 +286,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -299,7 +299,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -312,7 +312,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -325,7 +325,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -338,7 +338,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",
@ -351,7 +351,7 @@ export const processImageApi = {
height:100,
width:400,
watermarkFontSize:20,
step:" ",
step:" ",
enablePdf:1,
enableOcr:0,
coverColor:"#FFFFFF",

View File

@ -171,7 +171,7 @@
</template>
</el-table-column>
<el-table-column label="主键" align="center" prop="id" v-if="false" />
<el-table-column label="检查项目名称" align="center" prop="examItemName" width="160px" />
<!-- <el-table-column label="检查项目名称" align="center" prop="examItemName" width="160px" />-->
<el-table-column label="检查单号" align="center" prop="examId" width="140px" />
<el-table-column label="患者姓名" align="center" prop="pname" width="160px" />
<el-table-column label="性别" align="center" prop="gender" />
@ -215,13 +215,13 @@
:formatter="dateFormatter"
width="180px"
/>
<el-table-column
<!-- <el-table-column
label="上传时间"
align="center"
prop="uploadDate"
:formatter="dateFormatter"
width="180px"
/>
/>-->
<el-table-column label="机构名称" align="center" prop="orgName" width="180px" />
<el-table-column label="机构ID" align="center" prop="orgId" v-if="false" />
<el-table-column