[update] 修改bug80662
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
:rules="rules"
|
:rules="rules"
|
||||||
rows="1"
|
rows="1"
|
||||||
autosize
|
autosize
|
||||||
:placeholder="$t('clickSelect') + label"
|
:placeholder="placeholder || $t('clickSelect') + label"
|
||||||
readonly
|
readonly
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@@ -89,6 +89,11 @@ export default {
|
|||||||
type: String,
|
type: String,
|
||||||
required: false,
|
required: false,
|
||||||
default: '部门'
|
default: '部门'
|
||||||
|
},
|
||||||
|
placeholder: {
|
||||||
|
type: String,
|
||||||
|
required: false,
|
||||||
|
default: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Reference in New Issue
Block a user