<div style="display: flex;display: -webkit-flex;margin-left: 10px">
<div style="display: flex;display: -webkit-flex;">
<div style="flex: 1; text-align: justify;overflow: hidden;">操作日期:</div>
</div>
<div style="flex: 1;">
<span v-if="shows && shows['9963000015004']">
<div style="display: flex;">
<div>{{ shows?.['9963000015004']?.split(' ')?.[0]?.split('-')[0] }}年</div>
<div style="width: 32px;">{{ shows?.['9963000015004']?.split(' ')?.[0]?.split('-')[1] }}月</div>
<div style="width: 32px;">{{ shows?.['9963000015004']?.split(' ')?.[0]?.split('-')[2] }}日</div>
<div style="width: 32px;">{{ shows?.['9963000015004']?.split(' ')?.[1]?.split(':')[0] }}时</div>
<div style="width: 32px;">{{ shows?.['9963000015004']?.split(' ')?.[1]?.split(':')[1] }}分</div>
</div>
</span>
<span v-else> 年 月 日 时 分</span>
</div>
</div>