From 8ac30411bb33e406e0ed5a2b6e2edaf7ab59f11f Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期六, 23 十一月 2024 17:10:21 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- admin/src/views/workorder/workorderCate.vue | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/admin/src/views/workorder/workorderCate.vue b/admin/src/views/workorder/workorderCate.vue index a86289e..394d168 100644 --- a/admin/src/views/workorder/workorderCate.vue +++ b/admin/src/views/workorder/workorderCate.vue @@ -9,15 +9,9 @@ </ul> <el-table row-key="id" :tree-props="{ children: 'childCategoryList' }" v-loading="isWorking.search" :data="dataList" stripe @selection-change="handleSelectionChange"> - <el-table-column prop="name" label="鍒嗙被鍚嶇О" min-width="100px"></el-table-column> - <el-table-column prop="remark" label="澶囨敞" min-width="100px"></el-table-column> - <!-- <el-table-column prop="status" label="鐘舵��" min-width="100px"> - <template slot-scope="{row}"> - <span v-if="row.status === 0">鍚敤</span> - <span v-if="row.status === 1">绂佺敤</span> - </template> -</el-table-column> --> - <el-table-column prop="createDate" label="鍒涘缓鏃堕棿" min-width="100px"></el-table-column> + <el-table-column prop="name" label="宸ュ崟鍒嗙被" min-width="100px"></el-table-column> + <!-- <el-table-column prop="parentName" label="鎵�灞炲垎绫�" min-width="100px"></el-table-column> --> + <el-table-column prop="sortnum" label="鎺掑簭鐮�" min-width="100px"></el-table-column> <el-table-column v-if="containPermissions(['business:category:update', 'business:category:delete'])" label="鎿嶄綔" min-width="120" fixed="right"> <template slot-scope="{row}"> @@ -99,7 +93,7 @@ const { pagination, filters } = this this.loading = true fetchList({ - model: { ...filters }, + model: { ...filters, type: 3 }, capacity: pagination.pageSize, page: pagination.page, }).then(res => { -- Gitblit v1.9.3