|
|
@@ -58,18 +58,20 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-button size="mini"
|
|
|
- @click="addList()"
|
|
|
- type="success"
|
|
|
- style="margin-right:6px">生成值班表</el-button>
|
|
|
- <el-button size="mini"
|
|
|
- type="primary"
|
|
|
- style="margin-left:10px"
|
|
|
- @click="addDuytDetail()">保存值班表</el-button>
|
|
|
- <el-button size="mini"
|
|
|
- type="warning"
|
|
|
- style="margin-right:6px"
|
|
|
- @click="closePage()">关闭</el-button>
|
|
|
+ <div align="center">
|
|
|
+ <el-button size="mini"
|
|
|
+ @click="addList()"
|
|
|
+ type="success"
|
|
|
+ style="margin-right:6px">生成表格</el-button>
|
|
|
+ <el-button size="mini"
|
|
|
+ type="primary"
|
|
|
+ style="margin-left:6px"
|
|
|
+ @click="addDuytDetail()">保存值班表</el-button>
|
|
|
+ <el-button size="mini"
|
|
|
+ type="warning"
|
|
|
+ style="margin-right:6px"
|
|
|
+ @click="closePage()">关闭当前页</el-button>
|
|
|
+ </div>
|
|
|
</el-form>
|
|
|
</template>
|
|
|
<el-table :data="list"
|