fix: BUG修改

This commit is contained in:
kun 2024-04-27 23:55:56 +08:00
parent 67593aaa95
commit 496238c426
5 changed files with 4155 additions and 2258 deletions

View File

@ -522,11 +522,17 @@ const routes2 = [
component: () => component: () =>
import("@/views/projectFront/laborManage/LEDBigScreen/addLED.vue"), import("@/views/projectFront/laborManage/LEDBigScreen/addLED.vue"),
}, },
//劳务管理--花名册 //劳务管理--花名册(正常版本)
// {
// path: "/project/labor/roster",
// name: "劳务管理_花名册1",
// component: () => import("@/views/projectFront/laborManage/roster.vue"),
// },
//劳务管理--花名册(颜色版本)
{ {
path: "/project/labor/roster", path: "/project/labor/roster",
name: "劳务管理_花名册1", name: "劳务管理_花名册1",
component: () => import("@/views/projectFront/laborManage/roster.vue"), component: () => import("@/views/projectFront/laborManage/rosterNew.vue"),
}, },
//劳务管理--宿舍管理 //劳务管理--宿舍管理
{ {

View File

@ -1233,8 +1233,8 @@ export default {
}, },
// //
handleSizeChange(value) { handleSizeChange(value) {
// this.pageSize = value; this.pageSize = value;
// this.getInfoList(); this.getInfoList();
}, },
handleCurrentChange(value) { handleCurrentChange(value) {
this.page = value; this.page = value;

File diff suppressed because it is too large Load Diff