Selaa lähdekoodia

feat:修改打印文字和导出文件名称

wangsisi 4 kuukautta sitten
vanhempi
commit
e870d8840a
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/views/authentic/Pdf.vue
  2. 1 1
      src/views/authentic/index.vue

+ 1 - 1
src/views/authentic/Pdf.vue

@@ -53,7 +53,7 @@
       </div>
       </div>
       <div style="text-align: left">
-         <el-button size="large" color="#626aef"  @click="handlePrint">打印</el-button>
+         <el-button size="large" color="#626aef"  @click="handlePrint">保存</el-button>
         <!-- <el-button size="large" color="#626aef"  v-print="printObj">打印</el-button> -->
         <!--          <el-button size="large" color="#626aef"  @click="closeDialog">关闭</el-button>-->
       </div>

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

@@ -567,7 +567,7 @@ const handleDowload = () => {
     "masterTel",
     "points",
   ];
-  const fileName = "农场数据" + dateFormat(new Date(), "YYYY-mm");
+  const fileName = "农场数据" + dateFormat(new Date(), "YYYY-mm-dd HH:MM");
   exportExcel(gridData.value, fieldLabels, fieldKeys, fileName);
 };