Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
856b8a6930
|
@ -859,14 +859,37 @@ const formData = reactive({
|
||||||
lmbhzTableData: {
|
lmbhzTableData: {
|
||||||
url: "",
|
url: "",
|
||||||
columns: [
|
columns: [
|
||||||
|
// {
|
||||||
|
// label: "姓名",
|
||||||
|
// property: "fullName",
|
||||||
|
// width: "90",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: "地址",
|
||||||
|
// property: "address",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: "年龄",
|
||||||
|
// property: "age",
|
||||||
|
// width: "60",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// label: "人口标签",
|
||||||
|
// property: "subsidyType",
|
||||||
|
// },
|
||||||
|
{
|
||||||
|
label: "时间",
|
||||||
|
property: "sfsj",
|
||||||
|
width: "120",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "姓名",
|
label: "姓名",
|
||||||
property: "fullName",
|
property: "xm",
|
||||||
width: "90",
|
width: "90",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "地址",
|
label: "地址",
|
||||||
property: "address",
|
property: "dz",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "年龄",
|
label: "年龄",
|
||||||
|
@ -875,7 +898,7 @@ const formData = reactive({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "人口标签",
|
label: "人口标签",
|
||||||
property: "subsidyType",
|
property: "bq",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
column_1: [
|
column_1: [
|
||||||
|
@ -1479,9 +1502,10 @@ const handlePagination = (current) => {
|
||||||
getServiceList(pagination, 1);
|
getServiceList(pagination, 1);
|
||||||
break;
|
break;
|
||||||
case "慢性病患者健康管理":
|
case "慢性病患者健康管理":
|
||||||
|
getTable(pagination);
|
||||||
break;
|
break;
|
||||||
case "义务教育学生生活补助":
|
case "义务教育学生生活补助":
|
||||||
getTable(pagination);
|
getTable(pagination);
|
||||||
break;
|
break;
|
||||||
case "义务教育学生营养改善计划":
|
case "义务教育学生营养改善计划":
|
||||||
break;
|
break;
|
||||||
|
@ -1639,6 +1663,8 @@ const listAssignment = () => {
|
||||||
break;
|
break;
|
||||||
case "慢性病患者健康管理":
|
case "慢性病患者健康管理":
|
||||||
updateFormDataAndTable("两慢病患者", formData.lmbhzTableData);
|
updateFormDataAndTable("两慢病患者", formData.lmbhzTableData);
|
||||||
|
pagination.url = "/api/ggfwyth/pg/ggwsMxb";
|
||||||
|
getTable(pagination);
|
||||||
break;
|
break;
|
||||||
case "义务教育学生生活补助":
|
case "义务教育学生生活补助":
|
||||||
updateFormDataAndTable("困难学生", formData.shbz_knxs_TableData);
|
updateFormDataAndTable("困难学生", formData.shbz_knxs_TableData);
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="module">
|
<div class="module">
|
||||||
<div class="displayFlex left_bg">
|
<div class="displayFlex left_bg">
|
||||||
<div class="title">基本公共服务</div>
|
<div class="title">基本公共服务</div>
|
||||||
<div class="lineEnd"></div>
|
<!-- <div class="lineEnd"></div> -->
|
||||||
<div class="menuBar">
|
<div class="menuBar">
|
||||||
<div class="tabPosition" v-for="(item, index) in data.tabPosition">
|
<div class="tabPosition" v-for="(item, index) in data.tabPosition">
|
||||||
<div class="tabPositionBox" @click="toggleVisibility(item)">
|
<div class="tabPositionBox" @click="toggleVisibility(item)">
|
||||||
|
@ -702,6 +702,7 @@ onMounted(() => {
|
||||||
font-family: titletheRightWay, titletheRightWay;
|
font-family: titletheRightWay, titletheRightWay;
|
||||||
text-shadow: 0px 2px 4px rgba(56, 50, 50, 0.5);
|
text-shadow: 0px 2px 4px rgba(56, 50, 50, 0.5);
|
||||||
padding: 19px 0 0 17px;
|
padding: 19px 0 0 17px;
|
||||||
|
margin-bottom: 18px;
|
||||||
}
|
}
|
||||||
.lineEnd {
|
.lineEnd {
|
||||||
height: 3px;
|
height: 3px;
|
||||||
|
|
Loading…
Reference in New Issue