dicom列表时间顺序调换
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
ba26476c52
commit
fd67edcb0e
|
@ -108,14 +108,6 @@
|
||||||
{{ moment(scope.row.StudyTime).format('YYYY-MM-DD') }}
|
{{ moment(scope.row.StudyTime).format('YYYY-MM-DD') }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 上传时间 -->
|
|
||||||
<el-table-column
|
|
||||||
prop="UploadedTime"
|
|
||||||
:label="$t('trials:uploadedDicoms:table:uploadedTime')"
|
|
||||||
sortable
|
|
||||||
min-width="120"
|
|
||||||
show-overflow-tooltip
|
|
||||||
/>
|
|
||||||
<!-- 更新时间 -->
|
<!-- 更新时间 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="UpdateTime"
|
prop="UpdateTime"
|
||||||
|
@ -124,6 +116,14 @@
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable
|
sortable
|
||||||
/>
|
/>
|
||||||
|
<!-- 上传时间 -->
|
||||||
|
<el-table-column
|
||||||
|
prop="UploadedTime"
|
||||||
|
:label="$t('trials:uploadedDicoms:table:uploadedTime')"
|
||||||
|
sortable
|
||||||
|
min-width="120"
|
||||||
|
show-overflow-tooltip
|
||||||
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('common:action:action')"
|
:label="$t('common:action:action')"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
|
|
|
@ -152,14 +152,6 @@
|
||||||
}}
|
}}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 上传时间 -->
|
|
||||||
<el-table-column
|
|
||||||
prop="UploadedTime"
|
|
||||||
:label="$t('trials:uploadedDicoms:table:uploadedTime')"
|
|
||||||
min-width="120"
|
|
||||||
show-overflow-tooltip
|
|
||||||
sortable
|
|
||||||
/>
|
|
||||||
<!-- 更新时间 -->
|
<!-- 更新时间 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="UpdateTime"
|
prop="UpdateTime"
|
||||||
|
@ -168,6 +160,14 @@
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable
|
sortable
|
||||||
/>
|
/>
|
||||||
|
<!-- 上传时间 -->
|
||||||
|
<el-table-column
|
||||||
|
prop="UploadedTime"
|
||||||
|
:label="$t('trials:uploadedDicoms:table:uploadedTime')"
|
||||||
|
min-width="120"
|
||||||
|
show-overflow-tooltip
|
||||||
|
sortable
|
||||||
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('common:action:action')"
|
:label="$t('common:action:action')"
|
||||||
min-width="260"
|
min-width="260"
|
||||||
|
|
|
@ -106,14 +106,6 @@
|
||||||
{{ moment(scope.row.StudyTime).format('YYYY-MM-DD') }}
|
{{ moment(scope.row.StudyTime).format('YYYY-MM-DD') }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 上传时间 -->
|
|
||||||
<el-table-column
|
|
||||||
prop="UploadedTime"
|
|
||||||
:label="$t('trials:audit:table:studyUploadTime')"
|
|
||||||
min-width="80"
|
|
||||||
show-overflow-tooltip
|
|
||||||
sortable
|
|
||||||
/>
|
|
||||||
<!-- 更新时间 -->
|
<!-- 更新时间 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="UpdateTime"
|
prop="UpdateTime"
|
||||||
|
@ -122,6 +114,14 @@
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable
|
sortable
|
||||||
/>
|
/>
|
||||||
|
<!-- 上传时间 -->
|
||||||
|
<el-table-column
|
||||||
|
prop="UploadedTime"
|
||||||
|
:label="$t('trials:audit:table:studyUploadTime')"
|
||||||
|
min-width="80"
|
||||||
|
show-overflow-tooltip
|
||||||
|
sortable
|
||||||
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('common:action:action')"
|
:label="$t('common:action:action')"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
|
|
Loading…
Reference in New Issue