This commit is contained in:
duanxiaohai 2024-08-11 11:28:36 +08:00
commit 37705f96f1
3 changed files with 7 additions and 6 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -605,7 +605,7 @@ const handleRowClick = (row, column, event) => {
}); });
}; };
onMounted(() => { onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage); getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
handleCurrentChange(1); handleCurrentChange(1);
}); });

View File

@ -762,6 +762,10 @@ const tableType = reactive({
{ {
label: "手机号", label: "手机号",
property: "contactTel", property: "contactTel",
},
{
label: "年龄",
property: "age",
}, },
{ {
label: "政治面貌", label: "政治面貌",
@ -780,10 +784,7 @@ const tableType = reactive({
label: "性别", label: "性别",
property: "gender", property: "gender",
}, },
{
label: "年龄",
property: "age",
},
{ {
label: "户口登记地", label: "户口登记地",
property: "domicAddr", property: "domicAddr",
@ -3041,7 +3042,7 @@ const reset_font2 = () => {
"scale(" + width / 1920 + "," + height / 1080 + ")"; "scale(" + width / 1920 + "," + height / 1080 + ")";
}; };
onMounted(() => { onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
reset_font(); reset_font();
initMap(); initMap();
getData(); getData();