考勤明细添加数据同步页面

This commit is contained in:
cwchen 2025-02-18 18:16:11 +08:00
parent 6f1e3c9872
commit 2955f045e2
1 changed files with 8 additions and 8 deletions

View File

@ -244,16 +244,16 @@
</el-form-item> </el-form-item>
</el-row> </el-row>
<el-row style="margin-top: 10px;"> <el-row style="margin-top: 10px;">
<el-button type="primary" plain @click="operMethod(1)">按钮</el-button> <el-button type="primary" plain @click="operMethod(1)">数据同步</el-button>
<el-button type="primary" plain @click="operMethod(2)">按钮2</el-button> <el-button type="primary" plain @click="operMethod(2)">数据同步2</el-button>
<el-button type="primary" plain @click="operMethod(3)">按钮3</el-button> <el-button type="primary" plain @click="operMethod(3)">数据同步3</el-button>
<el-button type="primary" plain @click="operMethod(4)">按钮4</el-button> <el-button type="primary" plain @click="operMethod(4)">数据同步4</el-button>
</el-row> </el-row>
<el-row style="margin-top: 10px;"> <el-row style="margin-top: 10px;">
<el-button type="primary" plain @click="operMethod(5)">按钮5</el-button> <el-button type="primary" plain @click="operMethod(5)">数据同步5</el-button>
<el-button type="primary" plain @click="operMethod(6)">按钮6</el-button> <el-button type="primary" plain @click="operMethod(6)">数据同步6</el-button>
<el-button type="primary" plain @click="operMethod(7)">按钮7</el-button> <el-button type="primary" plain @click="operMethod(7)">数据同步7</el-button>
<el-button type="primary" plain @click="operMethod(8)">按钮8</el-button> <el-button type="primary" plain @click="operMethod(8)">数据同步8</el-button>
</el-row> </el-row>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">