From 0e7f44ada4a1b7052c69867942063130ce88a775 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 18 Nov 2021 15:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E9=9C=80=E6=B1=82=E5=88=86?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/workSys/demandCate.vue | 395 +++++++++++++++++++++++ src/views/modules/workSys/resiCate.vue | 11 +- 2 files changed, 404 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/workSys/demandCate.vue diff --git a/src/views/modules/workSys/demandCate.vue b/src/views/modules/workSys/demandCate.vue new file mode 100644 index 00000000..62357f83 --- /dev/null +++ b/src/views/modules/workSys/demandCate.vue @@ -0,0 +1,395 @@ + + + + + + + + + + 查询 + + + + + 新增分类 + + + + + + + + {{ handleFilterSpan(scope.row, item) }} + + + + + {{(scope.row.usableFlag&&'禁用') || '启用'}} + 编辑 + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 提交 + + + + + + + + + + + diff --git a/src/views/modules/workSys/resiCate.vue b/src/views/modules/workSys/resiCate.vue index 4eb670df..9c83dea4 100644 --- a/src/views/modules/workSys/resiCate.vue +++ b/src/views/modules/workSys/resiCate.vue @@ -1,7 +1,8 @@ - + @@ -506,7 +509,11 @@ export default {