+1
-5
@@ -138,7 +138,7 @@
|
|||||||
v-if="hasDownLoad && isManage && !viewStatus"
|
v-if="hasDownLoad && isManage && !viewStatus"
|
||||||
@click.stop="downLoad"
|
@click.stop="downLoad"
|
||||||
>
|
>
|
||||||
{{ $t('trials:trialDocument:reportDoc:button:downLoad') }}
|
{{ $t('trials:trialDocument:reportDoc:button:downLoadFile') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
@@ -178,7 +178,6 @@
|
|||||||
prop="PDFFileRecord"
|
prop="PDFFileRecord"
|
||||||
:label="$t('trials:trialDocument:reportDoc:table:pdfFileRecord')"
|
:label="$t('trials:trialDocument:reportDoc:table:pdfFileRecord')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div
|
<div
|
||||||
@@ -218,7 +217,6 @@
|
|||||||
prop="WordFileRecord"
|
prop="WordFileRecord"
|
||||||
:label="$t('trials:trialDocument:reportDoc:table:wordFileRecord')"
|
:label="$t('trials:trialDocument:reportDoc:table:wordFileRecord')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
|
||||||
v-if="isManage && !viewStatus"
|
v-if="isManage && !viewStatus"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -258,7 +256,6 @@
|
|||||||
prop="SignFileRecord"
|
prop="SignFileRecord"
|
||||||
:label="$t('trials:trialDocument:reportDoc:table:signFileRecord')"
|
:label="$t('trials:trialDocument:reportDoc:table:signFileRecord')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
|
||||||
v-if="isManage && !viewStatus"
|
v-if="isManage && !viewStatus"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -302,7 +299,6 @@
|
|||||||
prop="HistoryFileRecord"
|
prop="HistoryFileRecord"
|
||||||
:label="$t('trials:trialDocument:reportDoc:table:historyFileRecord')"
|
:label="$t('trials:trialDocument:reportDoc:table:historyFileRecord')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
|
||||||
v-if="isManage && !viewStatus"
|
v-if="isManage && !viewStatus"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user