Compare commits

..

No commits in common. "866e2e5c6ba407d61d7268794265665108158a51" and "ee6c5bf8a5ace972e64d9a0ca7cb146d35a6b66d" have entirely different histories.

3 changed files with 4 additions and 14 deletions

View File

@ -77,12 +77,7 @@
<el-table-column label="优先级" prop="Priority" min-width="90" show-overflow-tooltip sortable="custom" />
<el-table-column label="是否同步完成" prop="IsSync" min-width="90" show-overflow-tooltip sortable="custom">
<template slot-scope="scope">
<el-tag v-if="scope.row.IsSync" type="success">
{{ $fd('YesOrNo', scope.row.IsSync) }}
</el-tag>
<el-tag v-else type="danger">
{{ $fd('YesOrNo', scope.row.IsSync) }}
</el-tag>
{{ $fd('YesOrNo', scope.row.IsSync) }}
</template>
</el-table-column>
<el-table-column label="更新时间" prop="UpdateTime" min-width="90" show-overflow-tooltip sortable="custom" />

View File

@ -137,7 +137,6 @@ export default {
mounted() {
this.$nextTick(()=>{
this.searchData.Path = this.path
this.searchData.FileUploadRecordId = this.fileUploadRecordId
this.getList()
})
},
@ -149,7 +148,8 @@ export default {
this.searchData.StudyCode = this.rowInfo.StudyCode
this.searchData.SubjectCode = this.rowInfo.SubjectCode
this.searchData.VisitName = this.rowInfo.VisitName
this.searchData.FileUploadRecordId = this.fileUploadRecordId
this.searchData.Path = this.path
let res = await getUploadFileSyncRecordList(this.searchData)
this.loading = false
this.list = res.Result.CurrentPageData

View File

@ -78,12 +78,7 @@
<el-table-column label="目标可用时间" prop="TargetRegion" min-width="90" show-overflow-tooltip sortable="custom" />
<el-table-column label="是否同步完成" prop="IsSync" min-width="90" show-overflow-tooltip sortable="custom">
<template slot-scope="scope">
<el-tag v-if="scope.row.IsSync" type="success">
{{ $fd('YesOrNo', scope.row.IsSync) }}
</el-tag>
<el-tag v-else type="danger">
{{ $fd('YesOrNo', scope.row.IsSync) }}
</el-tag>
{{ $fd('YesOrNo', scope.row.IsSync) }}
</template>
</el-table-column>
<el-table-column label="操作" min-width="80" show-overflow-tooltip>