Commit b8713a53 by 无尘

fix: 修改选择商户

parent 2e431d79
......@@ -4,14 +4,14 @@
* @Author: 无尘
* @Date: 2020-08-31 16:11:50
* @LastEditors: 无尘
* @LastEditTime: 2020-09-11 16:42:00
* @LastEditTime: 2020-09-11 16:46:04
-->
<!--
<check-name-dialog :sync-data="syncData" @closeSet="closeSet"></check-name-dialog>
import checkNameDialog from '@/components/company/check-name-dialog.vue';
-->
<template>
<el-dialog class="check-name-dialog" title="提示" :visible.sync="dialogVisible" width="600px" :before-close="handleClose">
<el-dialog class="check-name-dialog" title="提示" :visible.sync="dialogVisible" width="416px" :before-close="handleClose">
<div class="m-b-20">
<div class="font-14 color-606266 m-b-10">首次授权商户需要校验GIC商户超级管理员姓名</div>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="110px" >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment