yahee-components 0.0.54 → 0.0.55
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.
|
@@ -224,7 +224,7 @@ function k(C, a, w, e, B, v) {
|
|
|
224
224
|
r(e.ElInput, {
|
|
225
225
|
modelValue: e.batchSearchForm.searchContent,
|
|
226
226
|
"onUpdate:modelValue": a[6] || (a[6] = (l) => e.batchSearchForm.searchContent = l),
|
|
227
|
-
placeholder: "请输入批量查询内容,从EXCEL
|
|
227
|
+
placeholder: "请输入批量查询内容,从EXCEL复制可自动替换为`,`",
|
|
228
228
|
type: "textarea",
|
|
229
229
|
rows: 5,
|
|
230
230
|
onPaste: e.pasteFormat
|