fix 79937

This commit is contained in:
赵霄
2023-12-27 17:07:49 +08:00
parent 0488c24b0d
commit b55bdde9aa
3 changed files with 11 additions and 26 deletions
@@ -2,7 +2,7 @@
<div class="selection-wrapper">
<div class="box-title-text">
<a-input class="box-input"
:value="value"
:value="nameStr || value"
:title="value"
@input="indexClick($event)"
:disabled="disabled || selectOnly"
@@ -45,6 +45,12 @@ export default {
// 自定义点击标准选择按钮的事件
customClickFunc: {
type: Function
},
// 回显内容的字符串
nameStr: {
type: String,
required: false,
default: null
}
},
methods: {