表格
This commit is contained in:
@@ -53,13 +53,13 @@ export default {
|
||||
computed: {
|
||||
colConfigs() {
|
||||
return [
|
||||
{ prop: "sanctionCode", label: '处罚文书号', align: "center", width: "200px", },
|
||||
{ prop: "enterpriseName", label: '受处罚主体', align: "center", width: "200px", },
|
||||
{ prop: "unifiedCode", label: '统一信用代码', align: "center", width: "200px", },
|
||||
{ prop: "sanctionContent", label: '处罚内容', align: "center", width: "200px", },
|
||||
{ prop: "sanctionDate", label: '处罚决定日期', align: "center", width: "200px", },
|
||||
{ prop: "createTime", label: '更新时间', align: "center", width: "200px", },
|
||||
{ prop: "createUserName", label: '操作人', align: "center", width: "200px", },
|
||||
{ prop: "sanctionCode", label: '处罚文书号', align: "center", width: "150px", },
|
||||
{ prop: "enterpriseName", label: '受处罚主体', align: "center", width: "150px", },
|
||||
{ prop: "unifiedCode", label: '统一信用代码', align: "center", width: "150px", },
|
||||
{ prop: "sanctionContent", label: '处罚内容', align: "center", width: "150px", },
|
||||
{ prop: "sanctionDate", label: '处罚决定日期', align: "center", width: "150px", },
|
||||
{ prop: "createTime", label: '更新时间', align: "center", width: "150px", },
|
||||
{ prop: "createUserName", label: '操作人', align: "center", width: "150px", },
|
||||
{ slot: "options" ,},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user