fix:修改获取时间
This commit is contained in:
parent
3460626c94
commit
ab1ed07333
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user