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> <template>
<!-- 预约记录报表搜索 --> <!-- 人员记录报表搜索 -->
<div class="search-form"> <div class="search-form">
<a-space direction="vertical" size="middle"> <a-space direction="vertical" size="middle">
<a-button block class="export-btn" icon="upload" @click="handleExport"> <a-button block class="export-btn" icon="upload" @click="handleExport">
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
v-for="(item, index) of tabsList['children']" v-for="(item, index) of tabsList['children']"
:key="index" :key="index"
class="tab-item" class="tab-item"
:to="'/home/dataManagement/makeRecordReport/' + item.path" :to="'/home/dataManagement/personnelRegistration/' + item.path"
> >
{{ item["meta"]["title"] }} {{ item["meta"]["title"] }}
</router-link> </router-link>
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
return getItemData( return getItemData(
this.$router.options.routes, this.$router.options.routes,
"name", "name",
"makeRecordReport" "personnelRegistration"
); );
}, },
}, },
......
...@@ -277,7 +277,7 @@ export default { ...@@ -277,7 +277,7 @@ export default {
this.tHeader, this.tHeader,
this.filterVal, this.filterVal,
data, data,
"预约记录报表" + this.$moment().format("YYYYMMDDHHmmss") "人员记录报表" + this.$moment().format("YYYYMMDDHHmmss")
); );
} else { } else {
this.dataSection(this.getDataList, {}, (data) => { this.dataSection(this.getDataList, {}, (data) => {
...@@ -293,7 +293,7 @@ export default { ...@@ -293,7 +293,7 @@ export default {
this.tHeader, this.tHeader,
this.filterVal, this.filterVal,
newData, 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