zs
2025-05-07 251ac55b56c0ac330229cc217332e8d92381a69a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import HIAWms from './Views/HIAWms' 
import Setting from '@/components/Setting/Setting' 
import { provider } from '@/provider/index' 
import p from '../../assets/svg/p.svg' 
 
export default { 
  is: 'HIAWms', 
  name: '物料信息', 
  category: 'run', 
  icon: p, 
  authorizationRequired: false, 
  canvasView: provider(HIAWms), 
  settingsView: Setting,