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", },