This commit is contained in:
姚宇浩 2024-11-06 13:10:23 +08:00
commit 147b0f0b84
3 changed files with 15 additions and 15 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -618,7 +618,7 @@ const columnsList = reactive({
title: "新增低保人员", title: "新增低保人员",
id: 4, id: 4,
col: "columns4", col: "columns4",
url: "", url: "/api/ggfwyth/pg/zcdbry",
}, },
{ {
title: "退出低保人员", title: "退出低保人员",
@ -782,23 +782,23 @@ const columnsList = reactive({
}, },
{ {
label: "姓名", label: "姓名",
property: "ahap0016", property: "xm",
width: "70", width: "70",
fixed: "left", fixed: "left",
}, },
{ {
label: "身份证", label: "身份证",
property: "ahap0015", property: "sfzhm",
width: "170", width: "170",
}, },
{ {
label: "低保证号", label: "低保证号",
property: "ahax0003", property: "jzzh",
width: "210", width: "210",
}, },
{ {
label: "联系电话", label: "联系电话",
property: "azdf0011", property: "sjhm",
width: "170", width: "170",
}, },
{ {
@ -817,7 +817,7 @@ const columnsList = reactive({
}, },
{ {
label: "救助日期", label: "救助日期",
property: "bhax0033", property: "jzrq",
width: "100", width: "100",
}, },
], ],
@ -924,9 +924,9 @@ const onTypel = (val) => {
chooseTitle.value = val.id; chooseTitle.value = val.id;
data.columns = columnsList["最低生活保障"][val.col]; data.columns = columnsList["最低生活保障"][val.col];
data.url = val.url; data.url = val.url;
// data.pagination[val.id].current = 1; search1.name = ""
// data.pagination2.total = 0; search1.date = ""
// data.pagination2.current = 1; search1.date1 = ""
if (val.id == 1) { if (val.id == 1) {
data.tableData1 = []; data.tableData1 = [];
personDetails(); personDetails();
@ -938,7 +938,7 @@ const onTypel = (val) => {
getRegisteredDB(); getRegisteredDB();
} else if (val.id == 4) { } else if (val.id == 4) {
data.tableData4 = []; data.tableData4 = [];
// getRegisteredDB(); getRegisteredDB();
} else if (val.id == 5) { } else if (val.id == 5) {
data.tableData5 = []; data.tableData5 = [];
getRegisteredDB(); getRegisteredDB();
@ -1001,7 +1001,7 @@ const getRegisteredDB = () => {
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {
const { value } = chooseTitle; const { value } = chooseTitle;
if ([2, 3, 5].includes(value)) { if ([2, 3, 4, 5].includes(value)) {
console.log(value); console.log(value);
data[`tableData${value}`] = res.data; data[`tableData${value}`] = res.data;
data[`pagination${value}`].total = res.count; // total data[`pagination${value}`].total = res.count; // total

View File

@ -75,17 +75,17 @@
/> />
<el-table-column <el-table-column
prop="targetValue2" prop="targetValue2"
label="半年度预计 完成值" label="目前完成值(县)"
align="center" align="center"
/> />
<el-table-column <el-table-column
prop="targetValue3" prop="targetValue3"
label="半年度预计 全市排名" label="省、市排名"
align="center" align="center"
/> />
<el-table-column <el-table-column
prop="targetValue4" prop="targetValue4"
label="是否已达年度 目标" label="指标情况"
align="center" align="center"
/> />
<el-table-column <el-table-column