Skip to content

Commit

Permalink
feat: 管理域采购退货出库,入库增加自适应页面内容
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou-Bill committed Dec 18, 2024
1 parent 7dc2db3 commit 577f928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/editor_manage/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import ContextMenu from './context_menu'
import i18next from '../../locales'
import withStore from '../common/hoc_with_store'
import classNames from 'classnames'
import EditorAdaptive from '../common/editor_adaptive'

const tableDataKeyList = [{ value: 'orders', text: i18next.t('全部商品') }]

Expand Down Expand Up @@ -64,6 +65,8 @@ class Editor extends React.Component {
) : (
<EditorAddField addFields={addFields} />
)}
{/* 自适应页面内容开关 */}
<EditorAdaptive />
<EditorSubtotal templateType={templateType} />

<div id='gm-printer-tip' />
Expand Down

0 comments on commit 577f928

Please sign in to comment.