From 2bafd745b7a7494c21e80529a8f72262b43d4432 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 6 Apr 2022 15:30:49 +0800 Subject: [PATCH] 28830 --- project/xiushan/apps/AppDishonestExecutee/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/AppDishonestExecutee/components/List.vue b/project/xiushan/apps/AppDishonestExecutee/components/List.vue index f4f5033b..8d8268aa 100644 --- a/project/xiushan/apps/AppDishonestExecutee/components/List.vue +++ b/project/xiushan/apps/AppDishonestExecutee/components/List.vue @@ -51,7 +51,7 @@ export default { computed: { colConfigs() { return [ - { prop: "executionCode", label: '被执行号', align: "center", width: "200px", }, + { prop: "executionCode", label: '执行案号', align: "center", width: "200px", }, { prop: "executionTime", label: '执行时间', align: "center", width: "200px", }, { prop: "enterpriseName", label: '失信被执行主体', align: "center", width: "200px", }, { prop: "unifiedCode", label: '统一信用代码', align: "center", width: "200px", },