@@ -81,7 +81,7 @@
<!-- 质量:线上问题_改进方案 -->
<template #gmtCreateSlot="{scope}">
<div @click.stop>
- <div>{{ rTime(scope.row.gmtCreate) }}</div>
+ <div>{{ rTime(scope.row.startTime) }}</div>
</div>
</template>
</dmTable>