style: editUpgrade.vue 按钮改用回 el-button
This commit is contained in:
parent
efa475049a
commit
09969df19d
@ -15,8 +15,10 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</template>
|
</template>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<vxe-button icon="vxe-icon-error-circle-fill" @click="cancel">取 消</vxe-button>
|
<!-- <vxe-button icon="vxe-icon-error-circle-fill" @click="cancel">取 消</vxe-button> -->
|
||||||
<vxe-button status="primary" icon="vxe-icon-success-circle-fill" @click="submit">确 定</vxe-button>
|
<!-- <vxe-button status="primary" icon="vxe-icon-success-circle-fill" @click="submit">确 定</vxe-button> -->
|
||||||
|
<el-button icon="ele-CircleCloseFilled" @click="cancel">取 消</el-button>
|
||||||
|
<el-button type="primary" icon="ele-CircleCheckFilled" @click="submit">确 定</el-button>
|
||||||
</template>
|
</template>
|
||||||
</vxe-modal>
|
</vxe-modal>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user