kmkf-work-order-service-component 0.4.0-alpha.12 → 0.4.0-alpha.13

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.
@@ -692,7 +692,8 @@ var FormRender = function FormRender(props, ref) {
692
692
  showSearch: true,
693
693
  value: templateIdState,
694
694
  onChange: handleChangeTemplateId,
695
- allowClear: false
695
+ allowClear: false,
696
+ className: "templateCascader"
696
697
  })
697
698
  }), isShowShopList && /*#__PURE__*/_jsx(ShopName, {
698
699
  shopList: shopList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.0-alpha.12",
3
+ "version": "0.4.0-alpha.13",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",