From 3c81974c77705d30f47369b6d3da721210be73cd Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期五, 21 三月 2025 11:35:45 +0800 Subject: [PATCH] 取消验证码 --- src/views/performance/manHour/workTimeStatistics.vue | 34 +++++++++++++--------------------- 1 files changed, 13 insertions(+), 21 deletions(-) diff --git a/src/views/performance/manHour/workTimeStatistics.vue b/src/views/performance/manHour/workTimeStatistics.vue index 21dff0b..9b89a33 100644 --- a/src/views/performance/manHour/workTimeStatistics.vue +++ b/src/views/performance/manHour/workTimeStatistics.vue @@ -30,27 +30,21 @@ ></el-input> </div> <div class="search_thing" style="padding-left: 30px"> - <el-button size="small" @click="refresh()">閲� 缃�</el-button> - <el-button size="small" type="primary" @click="refreshTable()" - >鏌� 璇�</el-button - > + <el-button size="mini" type="primary" @click="refreshTable()">鏌ヨ</el-button> + <el-button size="mini" @click="refresh()">閲嶇疆</el-button> </div> </div> <div class="table"> - <TableCard :showForm="false" :showTitle="false"> - <template v-slot:table> - <limsTable - :column="tableColumn" - :table-data="tableData" - :table-loading="tableLoading" - :page="page" - style="padding: 0 15px" - :height="'calc(100vh - 290px)'" - @pagination="pagination" - > - </limsTable> - </template> - </TableCard> + <limsTable + :column="tableColumn" + :table-data="tableData" + :table-loading="tableLoading" + :page="page" + style="padding: 0 15px" + :height="'calc(100vh - 290px)'" + @pagination="pagination" + > + </limsTable> </div> </div> </div> @@ -58,13 +52,11 @@ <script> import { getYearAndMonthAndDays } from "@/utils/date"; -import TableCard from "@/components/TableCard/index.vue"; import limsTable from "@/components/Table/lims-table.vue"; import { selectAuxiliaryAllByMonth } from "@/api/performance/manHour"; export default { components: { - limsTable, - TableCard, + limsTable }, data() { return { -- Gitblit v1.9.3