上传bug

uat_us
熊飞 2024-01-29 12:54:20 +08:00
parent bc0ab53799
commit 7e492a16ba
4 changed files with 25006 additions and 5 deletions

View File

@ -1,5 +1,5 @@
import dicomParser from "dicom-parser";
import dcmjs from 'dcmjs'
import dcmjs from './dcmjs'
import {encoder} from "./encoder";
export const anonymization = function (file, config) {

25001
src/utils/dcmUpload/dcmjs.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
<template slot="empty">
<span></span>
</template>
<el-table-column type="index" label="No." width="50" />
<el-table-column type="index" :label="$t('resumeInfo:label:No')" width="50" />
<el-table-column
prop="TrialCode"
@ -32,7 +32,7 @@
min-width="60"
show-overflow-tooltip
/>
<el-table-column label="Action" min-width="150">
<el-table-column :label="$t('common:action:action')" min-width="150">
<template slot-scope="scope">
<el-button
v-if="(scope.row.Type=='Statement of Work') ||(scope.row.Type=='Acknowledgement of SOW') || scope.row.Type=='Consultant Agreement'"

View File

@ -10,7 +10,7 @@
<template slot="empty">
<span></span>
</template>
<el-table-column type="index" label="No." width="50" />
<el-table-column type="index" :label="$t('resumeInfo:label:No')" width="50" />
<el-table-column
prop="TrialCode"
@ -32,7 +32,7 @@
min-width="60"
show-overflow-tooltip
/>
<el-table-column label="Action" min-width="150">
<el-table-column :label="$t('common:action:action')" min-width="150">
<template slot-scope="scope">
<el-button
v-if="(scope.row.Type=='Statement of Work') ||(scope.row.Type=='Acknowledgement of SOW') || scope.row.Type=='Consultant Agreement'"