From 778039b40c8fcbe205f9a4a5fab27518d0c0a90d Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 09 一月 2024 09:57:36 +0800 Subject: [PATCH] 2024年第一次bug修改 --- .history/src/views/operate/disposal/casepool/dispatch/index_20230109162320.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.history/src/views/operate/disposal/casepool/dispatch/index_20230109162320.vue b/.history/src/views/operate/disposal/casepool/dispatch/index_20230109162320.vue index 1c3a913..4eba3d6 100644 --- a/.history/src/views/operate/disposal/casepool/dispatch/index_20230109162320.vue +++ b/.history/src/views/operate/disposal/casepool/dispatch/index_20230109162320.vue @@ -38,7 +38,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'" @@ -549,4 +549,4 @@ padding: 0 5px; } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0