feat: 编辑账号添加cookie字段
This commit is contained in:
@ -392,8 +392,6 @@ export default {
|
|||||||
auto-size={{ minRows: 3, maxRows: 5 }}
|
auto-size={{ minRows: 3, maxRows: 5 }}
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
{!isEdit.value && (
|
|
||||||
<>
|
|
||||||
<FormItem
|
<FormItem
|
||||||
label="Cookie值"
|
label="Cookie值"
|
||||||
v-slots={{
|
v-slots={{
|
||||||
@ -415,8 +413,6 @@ export default {
|
|||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</Form>
|
</Form>
|
||||||
<div style="display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px;">
|
<div style="display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px;">
|
||||||
<Button size="large" class="cancel-btn" onClick={onClose}>
|
<Button size="large" class="cancel-btn" onClick={onClose}>
|
||||||
|
|||||||
Reference in New Issue
Block a user