lw-cdp-ui 1.1.5 → 1.1.6

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.
@@ -423,7 +423,7 @@
423
423
  class="add-btn"
424
424
  plain
425
425
  icon="el-icon-plus"
426
- @click="addItem()">新增</el-button>
426
+ @click="addItem()">{{ $t('btn.add') }}</el-button>
427
427
  </template>
428
428
 
429
429
  <script>
@@ -8937,14 +8937,14 @@ function _sfc_render$3(e, o, n, d, r, p) {
8937
8937
  icon: "el-icon-plus",
8938
8938
  onClick: o[1] || (o[1] = (c) => p.addItem())
8939
8939
  }, {
8940
- default: withCtx(() => o[3] || (o[3] = [
8941
- createTextVNode("新增")
8942
- ])),
8940
+ default: withCtx(() => [
8941
+ createTextVNode(toDisplayString(e.$t("btn.add")), 1)
8942
+ ]),
8943
8943
  _: 1
8944
8944
  })
8945
8945
  ], 64);
8946
8946
  }
8947
- const lwTableForm = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-29a3a23b"]]), _sfc_main$2 = {
8947
+ const lwTableForm = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-548ab8f4"]]), _sfc_main$2 = {
8948
8948
  props: {
8949
8949
  modelValue: { type: String, default: "" },
8950
8950
  // 传入的字符串