This commit is contained in:
parent
faeaff3082
commit
ee96424f17
|
@ -752,6 +752,38 @@ const rowState = (row) => {
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (routers.query.name) {
|
if (routers.query.name) {
|
||||||
data.name = routers.query.name;
|
data.name = routers.query.name;
|
||||||
|
if (data.name == "食品安全监管") {
|
||||||
|
data.columns = [];
|
||||||
|
data.column_2 = [];
|
||||||
|
data.columns = [
|
||||||
|
{
|
||||||
|
label: "对象名称",
|
||||||
|
property: "dxmc",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "对象编码",
|
||||||
|
property: "dxbm",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "地址",
|
||||||
|
property: "dz",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
data.column_2 = [
|
||||||
|
{
|
||||||
|
label: "对象名称",
|
||||||
|
property: "dxmc",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "对象编码",
|
||||||
|
property: "dxbm",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "地址",
|
||||||
|
property: "dz",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
listAssignment();
|
listAssignment();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue