This commit is contained in:
duanxiaohai 2024-11-19 10:16:24 +08:00
parent 0ade2e66c2
commit aeb3b5c9b3
2 changed files with 46 additions and 11 deletions

View File

@ -50,8 +50,10 @@
>
<div class="item">
<div class="arrowl"></div>
<div class="item_content" v-for="item in data.menu">
{{ item.label }}
<div class="contenta">
<div class="item_content" v-for="item in data.menu">
{{ item.label }}
</div>
</div>
<div class="arrowr"></div>
</div>
@ -59,13 +61,14 @@
<div class="operationFlow">
<div class="titles">
<div class="titlea">
业务单位<span>民政局-社会救助科</span>
业务单位<span>医保局-龙游县医疗保障事业管理中心</span>
</div>
<div class="titlea">业务负责人<span>*</span></div>
<div class="titlea">业务负责人<span>****</span></div>
</div>
<div class="operationConten">
<div class="progress">
<div>1/6 低保金</div>
<!-- <div>1/6 低保金</div> -->
<div>{{data.menu[0].label }}</div>
</div>
<div class="stepsa">
<div class="stepsb">
@ -157,11 +160,13 @@ const data = reactive({
watch(
() => props.dialogShow,
(newVal, oldVal) => {
console.log(222);
// console.log(222);
dialogShow.value = newVal;
if (newVal == true) {
data.content = props.tableData;
data.title = props.title;
data.content = props.tableData;
data.menu = props.menu;
// console.log(11,data.menu);
}
}
);
@ -172,6 +177,8 @@ onMounted(() => {
data.title = props.title;
data.content = props.tableData;
data.menu = props.menu;
});
const closeDialog = () => {
@ -273,6 +280,13 @@ const closeDialog = () => {
display: flex;
align-items: center;
justify-content: space-around;
.contenta{
width: 100%;
padding: 0 10px;
display: flex;
align-items: center;
justify-content: space-around;
}
.item_content {
cursor: pointer;
box-sizing: border-box;
@ -333,7 +347,7 @@ const closeDialog = () => {
align-items: center;
.titlea {
padding: 0 10px;
width: 260px;
min-width: 290px;
}
}
.operationConten {
@ -346,7 +360,7 @@ const closeDialog = () => {
align-items: center;
justify-content: space-evenly;
.progress {
width: 176px;
mix-width: 176px;
height: 34px;
background-image: url(@/assets/images/sy_details_LC/fwlc5.png);
background-repeat: no-repeat;

View File

@ -125,7 +125,7 @@
<div class="displayFlex right_bg">
<div class="bt_title">
<div class="yd_title left_3">
<span >服务结果清单</span>
<span>服务结果清单</span>
<div class="semi-circle-shadow"></div>
<div class="animate-border">
<i></i>
@ -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) {