fix:修改获取时间

This commit is contained in:
lz-ui 2025-11-05 17:16:38 +08:00
parent 3460626c94
commit ab1ed07333
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
</span>
<span v-if="scope.row.scriptDetail" :class="['flex-row cursor-pointer tc-view-time', scope.row.scriptDetail.sciptStatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row, 'market')">
营销文案<br/>
{{ scope.row.scriptDetail.sciptStatus === 1? timerToStr(scope.row.scriptDetail.scriptTime, 'HH:mm') : '待' }}更新
{{ scope.row.scriptDetail.sciptStatus === 1? timerToStr(scope.row.scriptDetail.marketTime, 'HH:mm') : '待' }}更新
</span>
</template>
</el-table-column>

View File

@ -65,7 +65,7 @@
</span>
<span v-if="scope.row.scriptDetail" :class="['flex-row cursor-pointer tc-view-time', scope.row.scriptDetail.sciptStatus != 1 && 'tc-view-time-disabled']" @click="handleView(scope.row, 'market')">
营销文案<br/>
{{ scope.row.scriptDetail.sciptStatus === 1? timerToStr(scope.row.scriptDetail.scriptTime, 'HH:mm') : '待' }}更新
{{ scope.row.scriptDetail.sciptStatus === 1? timerToStr(scope.row.scriptDetail.marketTime, 'HH:mm') : '待' }}更新
</span>
</template>
</el-table-column>