This commit is contained in:
姚宇浩 2024-08-16 17:05:13 +08:00
commit 856b8a6930
2 changed files with 32 additions and 5 deletions

View File

@ -859,14 +859,37 @@ const formData = reactive({
lmbhzTableData: {
url: "",
columns: [
// {
// label: "",
// property: "fullName",
// width: "90",
// },
// {
// label: "",
// property: "address",
// },
// {
// label: "",
// property: "age",
// width: "60",
// },
// {
// label: "",
// property: "subsidyType",
// },
{
label: "时间",
property: "sfsj",
width: "120",
},
{
label: "姓名",
property: "fullName",
property: "xm",
width: "90",
},
{
label: "地址",
property: "address",
property: "dz",
},
{
label: "年龄",
@ -875,7 +898,7 @@ const formData = reactive({
},
{
label: "人口标签",
property: "subsidyType",
property: "bq",
},
],
column_1: [
@ -1479,6 +1502,7 @@ const handlePagination = (current) => {
getServiceList(pagination, 1);
break;
case "慢性病患者健康管理":
getTable(pagination);
break;
case "义务教育学生生活补助":
getTable(pagination);
@ -1639,6 +1663,8 @@ const listAssignment = () => {
break;
case "慢性病患者健康管理":
updateFormDataAndTable("两慢病患者", formData.lmbhzTableData);
pagination.url = "/api/ggfwyth/pg/ggwsMxb";
getTable(pagination);
break;
case "义务教育学生生活补助":
updateFormDataAndTable("困难学生", formData.shbz_knxs_TableData);

View File

@ -2,7 +2,7 @@
<div class="module">
<div class="displayFlex left_bg">
<div class="title">基本公共服务</div>
<div class="lineEnd"></div>
<!-- <div class="lineEnd"></div> -->
<div class="menuBar">
<div class="tabPosition" v-for="(item, index) in data.tabPosition">
<div class="tabPositionBox" @click="toggleVisibility(item)">
@ -702,6 +702,7 @@ onMounted(() => {
font-family: titletheRightWay, titletheRightWay;
text-shadow: 0px 2px 4px rgba(56, 50, 50, 0.5);
padding: 19px 0 0 17px;
margin-bottom: 18px;
}
.lineEnd {
height: 3px;