Compare commits

..

No commits in common. "7c63022fc505351c4dfab6932e901026dd7c6f2f" and "ed5ed8c8282bccaaafb1f431fbe49e631fa8d5aa" have entirely different histories.

1 changed files with 1 additions and 9 deletions

View File

@ -138,18 +138,10 @@
>
<span>{{ item.name }}</span>
<a-input
v-if="item.type == 'input' && item.name.indexOf('名称') == -1"
v-if="item.type == 'input'"
v-model:value="item.note1"
:placeholder="'请输入' + item.name"
/>
<a-input
v-else-if="
item.type == 'input' && item.name.indexOf('名称') != -1
"
:maxLength="50"
v-model:value="item.note1"
:placeholder="'请输入' + item.name + '不超过50个字符'"
/>
<a-radio-group
v-else-if="item.type == 'radio'"
v-model:value="item.note1"