huangxw пре 8 месеци
родитељ
комит
81a70884c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/api/price/report/index.ts

+ 1 - 1
src/api/price/report/index.ts

@@ -69,5 +69,5 @@ export const approvalPrice = (query?: any): any => {
  * @returns {*}
  */
 export const priceReportExport = (query?: any): any => {
-    download('/dgtmedicine/originPriceDetail/exportPrice', query, `${parseTime(new Date(), '{y}{m}{d}价格上报')}.xlsx`);
+    download('/dgtmedicine/originPriceDetail/exportPrice', query, `${parseTime(new Date(), '{y}{m}{d}导出价格上报')}.xlsx`);
 };