From cefdcb242cac7f02944488764f686bbdd20a9689 Mon Sep 17 00:00:00 2001 From: shenchenyang Date: Tue, 6 Mar 2018 11:49:42 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/admin_permission.rst | 9 +++++++++ docs/asset_authorized.rst | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 docs/admin_permission.rst create mode 100644 docs/asset_authorized.rst diff --git a/docs/admin_permission.rst b/docs/admin_permission.rst new file mode 100644 index 000000000..1d2ca7efb --- /dev/null +++ b/docs/admin_permission.rst @@ -0,0 +1,9 @@ +权限管理 +========= + +这里介绍权限功能。 + +.. toctree:: + :maxdepth: 1 + + asset_authorized \ No newline at end of file diff --git a/docs/asset_authorized.rst b/docs/asset_authorized.rst new file mode 100644 index 000000000..a9503e473 --- /dev/null +++ b/docs/asset_authorized.rst @@ -0,0 +1,34 @@ +个人资产 +========= + +这里介绍资产授权的相关的功能。 + +.. contents:: Topics + +.. _view_asset_authorized: + +查看资产授权规则列表 +```````````````````` + +资产授权页面默认展示资产授权列表。点击左侧资产节点树下的节点,右侧展示此节点下的资产授权规则。 + +.. _create_asset_authorized: + +创建授权规则 +```````````` +在左侧资产节点树下选择要创建授权规则的节点,点击页面右侧创建授权规则进入创建授权规则页面,填写授权规则信息,点击提交,完成创建授权规则。 + +.. _update_asset_authorized: + +更新授权规则 +```````````` + +在左侧资产节点树下选择要更新授权规则的节点,在右侧授权规则列表中找到要更新的授权规则,点击“动作”标题下的“更新”按钮进入授权规则更新页面,填写授权规则信息,点击提交,完成创建授权规则。 + +.. _delete_asset_authorized: + +删除授权规则 +```````````` + +在左侧资产节点树下选择要删除授权规则的节点,在右侧授权规则列表中找到要删除的授权规则,点击“动作”标题下的“删除”按钮,弹出确认删除页面,点击确认,完成删除授权规则。 + From 65619fabc5a7bfe7990f8c6a17332fc44b5f4ad8 Mon Sep 17 00:00:00 2001 From: shenchenyang Date: Tue, 6 Mar 2018 11:54:50 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=91=BD=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/admin_permission.rst | 2 +- docs/{asset_authorized.rst => permission_asset_authorized.rst} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{asset_authorized.rst => permission_asset_authorized.rst} (100%) diff --git a/docs/admin_permission.rst b/docs/admin_permission.rst index 1d2ca7efb..f594b9699 100644 --- a/docs/admin_permission.rst +++ b/docs/admin_permission.rst @@ -6,4 +6,4 @@ .. toctree:: :maxdepth: 1 - asset_authorized \ No newline at end of file + permission_asset_authorized \ No newline at end of file diff --git a/docs/asset_authorized.rst b/docs/permission_asset_authorized.rst similarity index 100% rename from docs/asset_authorized.rst rename to docs/permission_asset_authorized.rst From 6a8d75f00e52f7904d4410f58b871e372eed5b81 Mon Sep 17 00:00:00 2001 From: shenchenyang Date: Tue, 6 Mar 2018 12:18:08 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/admin_permission.rst | 2 +- docs/admin_work_center.rst | 9 +++++++++ docs/work_center_list.rst | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 docs/admin_work_center.rst create mode 100644 docs/work_center_list.rst diff --git a/docs/admin_permission.rst b/docs/admin_permission.rst index f594b9699..a506aa8d3 100644 --- a/docs/admin_permission.rst +++ b/docs/admin_permission.rst @@ -1,7 +1,7 @@ 权限管理 ========= -这里介绍权限功能。 +这里介绍权限管理功能。 .. toctree:: :maxdepth: 1 diff --git a/docs/admin_work_center.rst b/docs/admin_work_center.rst new file mode 100644 index 000000000..7fc0f828a --- /dev/null +++ b/docs/admin_work_center.rst @@ -0,0 +1,9 @@ +作业中心 +========= + +这里介绍作业中心功能。 + +.. toctree:: + :maxdepth: 1 + + work_center_list \ No newline at end of file diff --git a/docs/work_center_list.rst b/docs/work_center_list.rst new file mode 100644 index 000000000..2ba982676 --- /dev/null +++ b/docs/work_center_list.rst @@ -0,0 +1,35 @@ +任务列表 +========= + +这里介绍任务列表的相关的功能。 + +.. contents:: Topics + +.. _view_asset_works: + +查看任务列表 +```````````` + +任务列表页面默认展示一周内所有任务。点击标题可根据当前字段进行排序。 + +.. _invoke_asset_work: + +手动执行任务 +```````````` + +在任务列表中找到要手动执行的任务,点击“动作”标题下的“执行”按钮,完成手动执行当前任务。 + +.. _delete_asset_work: + +删除任务 +````````` + +在任务列表中找到要删除的任务,点击“动作”标题下的“删除”按钮,完成删除当前任务。 + +.. _detial_asset_work: + +查看任务详情 +````````````` + +在任务列表中找到要查看的任务,点击要查看的任务名称,即可进入任务详情页面。 +