zs
2025-05-07 a1cdc5e71aa827651a6c3e313fd7acc95b09c097
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,