|
@@ -193,8 +193,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div slot="footer" class="footer">
|
|
<div slot="footer" class="footer">
|
|
- <el-button @click="commit" class="diaBtn" style="background: #0e72e6;color: #fff;" size="small">确认提交</el-button>
|
|
|
|
- <el-button @click="init" class="diaBtn" style="background: #cccccc;color: #000;" size="small">取消</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="commit" class="diaBtn" >确认提交</el-button>
|
|
|
|
+ <el-button @click="init" class="diaBtn">取消</el-button>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!--添加成员dialog对话框结束 -->
|
|
<!--添加成员dialog对话框结束 -->
|