失信被执行人
This commit is contained in:
@@ -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" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user