inl-ui 0.0.23 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ import { ColorPicker } from 'vue-color-kit';
18
18
  import 'vue-color-kit/dist/vue-color-kit.css';
19
19
  import 'inl-card/dist/style.css';
20
20
 
21
- var version = "0.0.23";
21
+ var version = "0.0.24";
22
22
 
23
23
  const config$1 = {
24
24
  prefix: "inl"
@@ -13214,7 +13214,7 @@ const BatchImportModal = defineComponent({
13214
13214
  isLoading.value = false;
13215
13215
  } else {
13216
13216
  const day = dayjs();
13217
- templateFileName.value = `批量导入成员_${day.format("YYYY_M_D_HHmm")}`;
13217
+ templateFileName.value = `批量导入成员_${day.format("YYYY_M_D_HHmm")}.xls`;
13218
13218
  }
13219
13219
  });
13220
13220
  return () => createVNode("div", {
@@ -13241,7 +13241,7 @@ const BatchImportModal = defineComponent({
13241
13241
  }, [createTextVNode("\u8BF7\u5148\u4E0B\u8F7D\u6A21\u7248\u5E76\u6309\u8981\u6C42\u586B\u5199\u4FE1\u606F\uFF0C\u5426\u5219\u53EF\u80FD\u5BFC\u5165\u5931\u8D25")]), createVNode("a", {
13242
13242
  "target": "_BLANK",
13243
13243
  "href": "/api/common/v1/employee/export/template",
13244
- "download": templateFileName.value
13244
+ "download": templateFileName.value.slice(0, -4)
13245
13245
  }, [templateFileName.value])])
13246
13246
  }), createVNode(resolveComponent("a-upload-dragger"), {
13247
13247
  "style": {