From 9dd1ee8ae628ecdb041983885bb5294fca2b38c7 Mon Sep 17 00:00:00 2001 From: vapao Date: Wed, 29 Jul 2020 16:33:18 +0800 Subject: [PATCH] =?UTF-8?q?A=20=E6=96=B0=E5=A2=9E=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/app/Table.js | 2 +- spug_web/src/pages/system/role/codes.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/app/Table.js b/spug_web/src/pages/deploy/app/Table.js index 05eea8f..3f529fb 100644 --- a/spug_web/src/pages/deploy/app/Table.js +++ b/spug_web/src/pages/deploy/app/Table.js @@ -123,7 +123,7 @@ class ComTable extends React.Component { title: '操作', render: info => ( - store.showExtForm(e, record.id, info, false, true)}>查看 store.showExtForm(e, record.id, info)}>编辑 diff --git a/spug_web/src/pages/system/role/codes.js b/spug_web/src/pages/system/role/codes.js index b85883f..3a16155 100644 --- a/spug_web/src/pages/system/role/codes.js +++ b/spug_web/src/pages/system/role/codes.js @@ -57,6 +57,7 @@ export default [{ {key: 'add', label: '新建应用'}, {key: 'edit', label: '编辑应用'}, {key: 'del', label: '删除应用'}, + {key: 'config', label: '查看配置'}, ] }, { key: 'request',