Commit b6482e56 authored by “yiyousong”'s avatar “yiyousong”

Merge branch 'reg' of http://gitlab.scsmile.cn/zxf/smart_gov_platform into reg

parents d4b2f6e0 f53f9ea3
<template>
<!-- 预约记录报表搜索 -->
<!-- 人员记录报表搜索 -->
<div class="search-form">
<a-space direction="vertical" size="middle">
<a-button block class="export-btn" icon="upload" @click="handleExport">
......
......@@ -10,7 +10,7 @@
v-for="(item, index) of tabsList['children']"
:key="index"
class="tab-item"
:to="'/home/dataManagement/makeRecordReport/' + item.path"
:to="'/home/dataManagement/personnelRegistration/' + item.path"
>
{{ item["meta"]["title"] }}
</router-link>
......@@ -42,7 +42,7 @@ export default {
return getItemData(
this.$router.options.routes,
"name",
"makeRecordReport"
"personnelRegistration"
);
},
},
......
......@@ -277,7 +277,7 @@ export default {
this.tHeader,
this.filterVal,
data,
"预约记录报表" + this.$moment().format("YYYYMMDDHHmmss")
"人员记录报表" + this.$moment().format("YYYYMMDDHHmmss")
);
} else {
this.dataSection(this.getDataList, {}, (data) => {
......@@ -293,7 +293,7 @@ export default {
this.tHeader,
this.filterVal,
newData,
"预约记录报表" + this.$moment().format("YYYYMMDDHHmmss")
"人员记录报表" + this.$moment().format("YYYYMMDDHHmmss")
);
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment