wsp 1 год назад
Родитель
Сommit
34bb5bd771

+ 1 - 1
src/views/areaman/index.vue

@@ -123,7 +123,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', '区域列表.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 1 - 1
src/views/bannerman/index.vue

@@ -163,7 +163,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', 'banner列表.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 1 - 1
src/views/carman/index.vue

@@ -125,7 +125,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', '车辆列表.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 1 - 1
src/views/carplanman/index.vue

@@ -148,7 +148,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', '车辆排班.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 1 - 1
src/views/orderman/index.vue

@@ -128,7 +128,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', '订单列表.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 1 - 1
src/views/passengerstation/index.vue

@@ -132,7 +132,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', '客运站列表.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 1 - 1
src/views/routeman/index.vue

@@ -130,7 +130,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', '路线列表.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 1 - 1
src/views/stationman/index.vue

@@ -124,7 +124,7 @@ const downExcell=()=>{
     const link = document.createElement('a');
     link.href = url;
     // 把获得的blob的对象链接赋值给新创建的这个 a 链接
-    link.setAttribute('download', '数据管理列表.xls'); // 设置下载文件名
+    link.setAttribute('download', '站点列表.xls'); // 设置下载文件名
     document.body.appendChild(link);
     // 使用js点击这个链接
     link.click();

+ 2 - 1
src/views/userman/index.vue

@@ -344,7 +344,8 @@ onMounted(()=>{
                           />
                           </template>
                         </el-table-column>
-                        <el-table-column prop="date" label="注册时间" />
+                        <el-table-column prop="createTime" label="注册时间" />
+                        <el-table-column prop="remark" label="备注" />
                         <el-table-column fixed="right" label="操作" min-width="120">
                           <template #default="scope">
                             <el-button link type="primary" @click="addItem(scope.row)" size="small">