Showing
1 changed file
with
7 additions
and
7 deletions
@@ -193,13 +193,13 @@ const btnList: BtnListType[] = [ | @@ -193,13 +193,13 @@ const btnList: BtnListType[] = [ | ||
193 | icon: DownloadIcon, | 193 | icon: DownloadIcon, |
194 | handle: exportHandle | 194 | handle: exportHandle |
195 | }, | 195 | }, |
196 | - { | ||
197 | - key: 'edit', | ||
198 | - type: TypeEnum.BUTTON, | ||
199 | - name: '编辑', | ||
200 | - icon: CreateIcon, | ||
201 | - handle: editHandle | ||
202 | - }, | 196 | + // { |
197 | + // key: 'edit', | ||
198 | + // type: TypeEnum.BUTTON, | ||
199 | + // name: '编辑', | ||
200 | + // icon: CreateIcon, | ||
201 | + // handle: editHandle | ||
202 | + // }, | ||
203 | { | 203 | { |
204 | key: 'setting', | 204 | key: 'setting', |
205 | type: TypeEnum.BUTTON, | 205 | type: TypeEnum.BUTTON, |