From 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 16 七月 2025 22:39:23 +0800 Subject: [PATCH] 添加时间筛选 --- .history/src/views/operate/disposal/casepool/dispatch/index_20230109154536.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.history/src/views/operate/disposal/casepool/dispatch/index_20230109154536.vue b/.history/src/views/operate/disposal/casepool/dispatch/index_20230109154536.vue index 488fb59..3561f50 100644 --- a/.history/src/views/operate/disposal/casepool/dispatch/index_20230109154536.vue +++ b/.history/src/views/operate/disposal/casepool/dispatch/index_20230109154536.vue @@ -43,7 +43,7 @@ </el-table-column> <el-table-column prop="eventSource" label="闂鏉ユ簮" min-width="8"> <template slot-scope="scope"> - <span>{{ scope.row.eventSource === 2 ? '浜哄伐涓婃姤' : '瑙嗛宸℃煡' }}</span> + <span>{{ scope.row.eventSource === 2 ? '缃戞牸宸℃煡' : '瑙嗛宸℃煡' }}</span> </template> </el-table-column> <el-table-column :prop="mystatus === 1 ? 'category' : 'category'" @@ -554,4 +554,4 @@ padding: 0 5px; } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0