失信被执行人

This commit is contained in:
shijingjing
2022-04-01 11:03:06 +08:00
parent 1ed3d03e5b
commit 1bfcccaaec
4 changed files with 298 additions and 36 deletions

View File

@@ -102,42 +102,12 @@ export default {
computed: {
colConfigs() {
return [
{
label: "许可文书号",
prop: "position",
align: "center",
width: "260px",
},
{
label: "许可有效期至",
prop: "position",
align: "center",
width: "200px",
},
{
label: "许可机关",
prop: "position",
align: "center",
width: "200px",
},
{
label: "许可对象",
prop: "position",
align: "center",
width: "200px",
},
{
label: "统一信用代码",
prop: "position",
align: "center",
width: "200px",
},
{
label: "更新时间",
prop: "position",
align: "center",
width: "120px",
},
{ label: "许可文书号", prop: "position", align: "center", width: "260px",},
{ label: "许可有效期至", prop: "position", align: "center", width: "200px",},
{ label: "许可机关", prop: "position", align: "center", width: "200px",},
{ label: "许可对象", prop: "position", align: "center", width: "200px",},
{ label: "统一信用代码", prop: "position", align: "center", width: "200px",},
{ label: "更新时间", prop: "position", align: "center", width: "120px",},
{ label: "操作人", prop: "position", align: "center", width: "150px" },
{ slot: "options" },
];