inl-ui 0.0.21 → 0.0.22

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.20";
21
+ var version = "0.0.22";
22
22
 
23
23
  const config$1 = {
24
24
  prefix: "inl"
@@ -13396,7 +13396,7 @@ const EmployeeTable = defineComponent({
13396
13396
  const day = dayjs();
13397
13397
  const aEl = document.createElement("a");
13398
13398
  aEl.href = "/api/common/v1/employee/export/multi";
13399
- aEl.download = `批量导出成员_${day.format("YYYY_M_D_ms")}`;
13399
+ aEl.download = `批量导出成员_${day.format("YYYY_M_D_HHmm")}`;
13400
13400
  aEl.click();
13401
13401
  };
13402
13402
  return () => createVNode("div", {
@@ -13418,7 +13418,11 @@ const EmployeeTable = defineComponent({
13418
13418
  "disabled": !selectIdList.value.length,
13419
13419
  "onClick": handleExport
13420
13420
  }, {
13421
- default: () => [createTextVNode("\u6279\u91CF\u5BFC\u51FA")]
13421
+ default: () => [createTextVNode("\u5BFC\u51FA\u9009\u4E2D")]
13422
+ }), createVNode(resolveComponent("a-button"), {
13423
+ "onClick": handleExport
13424
+ }, {
13425
+ default: () => [createTextVNode("\u5BFC\u51FA\u5168\u90E8")]
13422
13426
  })]
13423
13427
  }), createVNode(resolveComponent("a-input"), {
13424
13428
  "style": {