提交 40b5f78d authored 作者: 刘赛-前端's avatar 刘赛-前端

fix:清单管理-风险管控修改

上级 e07d2c72
......@@ -127,13 +127,13 @@
<template #extra> <a-button type="primary" @click.prevent="handleClick($event, 'S')">基本信息</a-button> </template>
</a-collapse-panel>
<a-collapse-panel key="4" header="效果评估" v-if="data?.S6">
<a-collapse-panel key="4" :header="`${isNumber}效果评估`" v-if="data?.S6">
<a-row>
<a-col :span="24" class="border boder-br">
<a-row v-if="S6bzshow.length > 0">
<a-col :span="6">
<a-row>
<a-col :span="9" class="bg-[#F4F7F9] py-4 pl-4"> 效果评估报告 </a-col>
<a-col :span="9" class="bg-[#F4F7F9] py-4 pl-4">效果评估报告 </a-col>
<a-col :span="4" class="py-4 pl-4">
<a-space>
<template v-for="v in data.S6?.baseDetails">
......@@ -173,7 +173,7 @@
let router = useRouter();
const param = ref<any>(router.currentRoute.value.query);
const isNumber = ref('');
// const current = ref(1);
const data = ref();
const S6bzshow = ref<any>();
......@@ -210,7 +210,8 @@
// data.value = sortedData;
data.value = res;
isNumber.value =
data.value.S6.pgtype === '1' ? '风险管控' : data.value.S6.pgtype === '2' ? '修复' : data.value.S6.pgtype === '3' ? '风险管控及修复' : '';
// Object.keys(res).forEach((v) => {
// if (v == 'S4') {
// current.value = 3;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论