|
@@ -2,7 +2,7 @@
|
|
|
<div class="app-container">
|
|
|
<el-row :gutter="20">
|
|
|
<!--部门数据-->
|
|
|
- <el-col :span="4" :xs="24" style="margin-top: 40px;">
|
|
|
+ <el-col :span="24" :xs="24" style="margin-top: 20px; margin-bottom: 20px; text-align: right;">
|
|
|
<!-- <div class="head-container">
|
|
|
<el-input
|
|
|
v-model="deptName"
|
|
@@ -25,7 +25,8 @@
|
|
|
/>
|
|
|
</div> -->
|
|
|
|
|
|
- </el-tab-pane>
|
|
|
+ <!-- </el-tab-pane> -->
|
|
|
+ <el-button type="primary" @click="handleExport">短 信 设 置</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="24" :xs="24">
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
@@ -67,9 +68,9 @@
|
|
|
</el-form>
|
|
|
</el-col>
|
|
|
<el-col :span="24" :xs="24">
|
|
|
- <div class="dialog-footer" style="text-align: center; margin-top: 30px;">
|
|
|
+ <div class="dialog-footer" style="text-align: right; margin-top: 30px;">
|
|
|
<el-button type="primary" @click="submitForm">发 送 短 信</el-button>
|
|
|
- <el-button type="primary" @click="handleExport">短 信 设 置</el-button>
|
|
|
+
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<!--用户数据-->
|