-
服务结果清单
+
服务结果清单
@@ -607,25 +607,36 @@ const Process = reactive({
title: "服务链流程",
data: [],
menu: [
+ // {
+ // label: "职工基本医疗保险",
+ // property: "index",
+ // show: false,
+ // },
+
{
label: "低保金",
property: "index",
+ show: false,
},
{
label: "低保水费减免",
property: "xm",
+ show: false,
},
{
label: "低保电费减免",
property: "item",
+ show: false,
},
{
label: "低保有线电视减免",
property: "adminName",
+ show: false,
},
{
label: "残疾人补贴",
property: "sendTime",
+ show: false,
},
],
});
@@ -822,7 +833,17 @@ const closeProcess = () => {
};
//获取服务处置流程数据
const openLC = () => {
- console.log('推送');
+ // if (data.name == "职工基本医疗保险") {
+ // console.log("推送");
+ Process.menu = []
+ Process.menu = [
+ {
+ label: data.name,
+ property: "index",
+ show: false,
+ },
+ ];
+ // }
dialogShowProcess.value = true;
// http.get(`/api/ggfwyth/pg/sfljqd?xh=${routers.query.xh}`).then((res) => {
// if (res.code == 200) {