上传bug
parent
bc0ab53799
commit
7e492a16ba
|
@ -1,5 +1,5 @@
|
||||||
import dicomParser from "dicom-parser";
|
import dicomParser from "dicom-parser";
|
||||||
import dcmjs from 'dcmjs'
|
import dcmjs from './dcmjs'
|
||||||
import {encoder} from "./encoder";
|
import {encoder} from "./encoder";
|
||||||
|
|
||||||
export const anonymization = function (file, config) {
|
export const anonymization = function (file, config) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,7 @@
|
||||||
<template slot="empty">
|
<template slot="empty">
|
||||||
<span></span>
|
<span></span>
|
||||||
</template>
|
</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
|
<el-table-column
|
||||||
prop="TrialCode"
|
prop="TrialCode"
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
min-width="60"
|
min-width="60"
|
||||||
show-overflow-tooltip
|
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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
v-if="(scope.row.Type=='Statement of Work') ||(scope.row.Type=='Acknowledgement of SOW') || scope.row.Type=='Consultant Agreement'"
|
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">
|
<template slot="empty">
|
||||||
<span></span>
|
<span></span>
|
||||||
</template>
|
</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
|
<el-table-column
|
||||||
prop="TrialCode"
|
prop="TrialCode"
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
min-width="60"
|
min-width="60"
|
||||||
show-overflow-tooltip
|
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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
v-if="(scope.row.Type=='Statement of Work') ||(scope.row.Type=='Acknowledgement of SOW') || scope.row.Type=='Consultant Agreement'"
|
v-if="(scope.row.Type=='Statement of Work') ||(scope.row.Type=='Acknowledgement of SOW') || scope.row.Type=='Consultant Agreement'"
|
||||||
|
|
Loading…
Reference in New Issue