diff --git a/src/router/index.js b/src/router/index.js
index 2c6980e..7a513e6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -61,6 +61,11 @@ const router = createRouter({
path: "/person/rwTable",
component: () => import("../view/person/rwTable.vue"),
},
+ {
+ name: "人员推送详情",
+ path: "/person/pushRecords",
+ component: () => import("../view/person/pushRecords.vue"),
+ },
{
path: "/home",
component: () => import("../view/home.vue"),
diff --git a/src/view/person/pushRecords.vue b/src/view/person/pushRecords.vue
new file mode 100644
index 0000000..90ecf36
--- /dev/null
+++ b/src/view/person/pushRecords.vue
@@ -0,0 +1,409 @@
+
+
+
+
+
+
+
+ 待确认
+ 符合
+ 不符合
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/view/person/rwTable.vue b/src/view/person/rwTable.vue
index f8171d3..4010963 100644
--- a/src/view/person/rwTable.vue
+++ b/src/view/person/rwTable.vue
@@ -886,6 +886,13 @@ const handlePagination1 = (currentPage) => {
};
onMounted(() => {
// data.tableData = JSON.parse(routers.query.personDetails);
+ window.location.href =
+ "taurusabc://taurusclient/page/link?url=" +
+ window.location.href +
+ "&container_type=ddtab";
+
+ console.log( window.location.href);
+
data.xh = routers.query.xh;
data.bm = routers.query.bm;
data.msgId = routers.query.msgId;
diff --git a/src/view/sy_table.vue b/src/view/sy_table.vue
index 79775ec..767de15 100644
--- a/src/view/sy_table.vue
+++ b/src/view/sy_table.vue
@@ -229,7 +229,7 @@ const goto = (val) => {
// message: `${val.name}暂无数据!`,
// offset: 100, // 距离窗口顶部的偏移量
// });
- }
+ // }
};
const data = reactive({