yuan
2026-09-07 367e6fcd004d2abb06dff4678f32d04b3c428af4
src/views/monitor/operlog/index.vue
@@ -129,7 +129,7 @@
         </el-table-column>
         <el-table-column label="操作日期" align="center" prop="operTime" width="180" sortable="custom" :sort-orders="['descending', 'ascending']">
            <template #default="scope">
               <span>{{ dayjs(form.operTime).format("YYYY-MM-DD") }}</span>
               <span>{{ dayjs(scope.row.operTime).format("YYYY-MM-DD") }}</span>
            </template>
         </el-table-column>
         <el-table-column label="消耗时间" align="center" prop="costTime" width="110" :show-overflow-tooltip="true" sortable="custom" :sort-orders="['descending', 'ascending']">