上传bug
parent
bc0ab53799
commit
7e492a16ba
|
@ -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) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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'"
|
||||
|
|
|
@ -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'"
|
||||
|
|
Loading…
Reference in New Issue