This commit is contained in:
liushuai
2020-04-03 17:59:50 +08:00
parent f0b6661d55
commit 202b5c88ac
9 changed files with 682 additions and 18 deletions

View File

@@ -224,7 +224,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click="dialogFormVisible3=false">取消</el-button>
<el-button :disabled="dialogFormVisible3" type="primary" @click="pickConfirm1()"> </el-button>
<el-button :disabled="buttonDisable" type="primary" @click="pickConfirm1()"> </el-button>
</div>
</el-dialog>