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

修改名字

parent 14b5d639
<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"
);
},
},
......
......@@ -274,7 +274,7 @@ export default {
this.tHeader,
this.filterVal,
data,
"预约记录报表" + this.$moment().format("YYYYMMDDHHmmss")
"人员记录报表" + this.$moment().format("YYYYMMDDHHmmss")
);
} else {
this.dataSection(this.getDataList, {}, (data) => {
......@@ -290,7 +290,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