mirror of
https://github.com/kuaifan/dootask.git
synced 2026-09-11 14:38:41 +00:00
fix: 移除输入框的清除功能
This commit is contained in:
parent
7af3c5a032
commit
33a72d9d80
@ -11,8 +11,7 @@
|
||||
<Input
|
||||
v-model="item.name"
|
||||
:maxlength="20"
|
||||
:placeholder="$L('请输入名称')"
|
||||
clearable/>
|
||||
:placeholder="$L('请输入名称')"/>
|
||||
</Col>
|
||||
<Col span="16">
|
||||
<TagInput v-model="item.columns"/>
|
||||
|
||||
@ -26,8 +26,7 @@
|
||||
<Input
|
||||
v-model="item.name"
|
||||
:maxlength="20"
|
||||
:placeholder="$L('请输入名称')"
|
||||
clearable/>
|
||||
:placeholder="$L('请输入名称')"/>
|
||||
</Col>
|
||||
<Col span="4">
|
||||
<Input v-model="item.priority" type="number"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user