This commit is contained in:
shijingjing
2022-04-06 15:30:49 +08:00
parent 8eaef01fb7
commit 2bafd745b7

View File

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