@@ -1387,7 +1387,7 @@
<template #footer>
<div class="dialog-footer">
<el-button @click="ybcloseDialog">取 消</el-button>
- <el-button type="primary" @click="ybenterDialog">确 定</el-button>
+ <el-button type="primary" disabled @click="ybenterDialog">确 定</el-button>
</div>
</template>
</el-dialog>