Commit 555787934c5f0699599a82aafbbc3b6ff59f531e

Authored by fengtao
1 parent b43322f9

feat(src/views): 隐藏右下角工具栏中的编辑按钮

... ... @@ -193,13 +193,13 @@ const btnList: BtnListType[] = [
193 193 icon: DownloadIcon,
194 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 204 key: 'setting',
205 205 type: TypeEnum.BUTTON,
... ...