perf: 编辑不展示cookie
This commit is contained in:
@ -130,6 +130,7 @@
|
|||||||
:auto-size="{ minRows: 3, maxRows: 5 }"
|
:auto-size="{ minRows: 3, maxRows: 5 }"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
<template v-if="!isEdit">
|
||||||
<a-form-item label="Cookie值">
|
<a-form-item label="Cookie值">
|
||||||
<template #label>
|
<template #label>
|
||||||
<span class="label">Cookie值</span>
|
<span class="label">Cookie值</span>
|
||||||
@ -149,6 +150,7 @@
|
|||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</template>
|
</template>
|
||||||
|
</template>
|
||||||
</a-form>
|
</a-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<a-button size="large" class="cancel-btn" @click="onClose">取消</a-button>
|
<a-button size="large" class="cancel-btn" @click="onClose">取消</a-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user