Commit 9dc7aab9 authored by 王晓旭's avatar 王晓旭

修改名字

parent 14b5d639
<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"
); );
}, },
}, },
......
...@@ -274,7 +274,7 @@ export default { ...@@ -274,7 +274,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) => {
...@@ -290,7 +290,7 @@ export default { ...@@ -290,7 +290,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