同步列表更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5a7fa1fb77
commit
0ff5a21d04
|
|
@ -75,7 +75,7 @@
|
|||
<el-table-column label="源区域" prop="UploadRegion" min-width="60" show-overflow-tooltip />
|
||||
<el-table-column label="源可用时间" prop="CreateTime" min-width="90" show-overflow-tooltip />
|
||||
<el-table-column label="目标区域" prop="TargetRegion" min-width="60" show-overflow-tooltip />
|
||||
<el-table-column label="目标可用时间" prop="TargetRegion" min-width="90" show-overflow-tooltip/>
|
||||
<el-table-column label="目标可用时间" prop="SyncFinishedTime" min-width="90" show-overflow-tooltip/>
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue