列表调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4c4f68dbd0
commit
b8f96efa66
|
|
@ -311,7 +311,6 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('common:action:action')"
|
:label="$t('common:action:action')"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
fixed="right"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- 查看 -->
|
<!-- 查看 -->
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@
|
||||||
scope.row.ReReadingApplyState) }}</el-tag>
|
scope.row.ReReadingApplyState) }}</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column :label="$t('common:action:action')" width="250" fixed="right">
|
<el-table-column :label="$t('common:action:action')" width="200" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- 查看 -->
|
<!-- 查看 -->
|
||||||
<el-button circle :title="$t('trials:readTask:button:view')" icon="el-icon-view"
|
<el-button circle :title="$t('trials:readTask:button:view')" icon="el-icon-view"
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
{{ scope.row.SuggesteFinishedTime.split(':')[0] + ':00:00' }}
|
{{ scope.row.SuggesteFinishedTime.split(':')[0] + ':00:00' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column :label="$t('common:action:action')" width="250" fixed="right">
|
<el-table-column :label="$t('common:action:action')" width="250" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- 阅片 -->
|
<!-- 阅片 -->
|
||||||
<el-button :disabled="scope.row.ExistReadingApply" circle :title="scope.row.ExistReadingApply
|
<el-button :disabled="scope.row.ExistReadingApply" circle :title="scope.row.ExistReadingApply
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue