feat: 编辑账号添加cookie字段
This commit is contained in:
@ -392,28 +392,24 @@ export default {
|
|||||||
auto-size={{ minRows: 3, maxRows: 5 }}
|
auto-size={{ minRows: 3, maxRows: 5 }}
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
{!isEdit.value && (
|
<FormItem
|
||||||
<>
|
label="Cookie值"
|
||||||
<FormItem
|
v-slots={{
|
||||||
label="Cookie值"
|
label: () => renderLabel('Cookie值', 'Cookie,无需扫码授权'),
|
||||||
v-slots={{
|
}}
|
||||||
label: () => renderLabel('Cookie值', 'Cookie,无需扫码授权'),
|
>
|
||||||
}}
|
<Switch v-model={isCustomCookie.value} size="large" />
|
||||||
>
|
</FormItem>
|
||||||
<Switch v-model={isCustomCookie.value} size="large" />
|
{isCustomCookie.value && (
|
||||||
</FormItem>
|
<FormItem label="" field="cookie">
|
||||||
{isCustomCookie.value && (
|
<Textarea
|
||||||
<FormItem label="" field="cookie">
|
v-model={form.value.cookie}
|
||||||
<Textarea
|
placeholder="请输入..."
|
||||||
v-model={form.value.cookie}
|
size="large"
|
||||||
placeholder="请输入..."
|
max-length={72}
|
||||||
size="large"
|
auto-size={{ minRows: 3, maxRows: 5 }}
|
||||||
max-length={72}
|
/>
|
||||||
auto-size={{ minRows: 3, maxRows: 5 }}
|
</FormItem>
|
||||||
/>
|
|
||||||
</FormItem>
|
|
||||||
)}
|
|
||||||
</>
|
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user