feat: process admin 字段展示
This commit is contained in:
parent
a3e51a84db
commit
cb5ede39f0
|
@ -5,7 +5,7 @@ from apps.mtm.models import Material, Shift, Mgroup, Process
|
|||
|
||||
@admin.register(Process)
|
||||
class ProcessAdmin(admin.ModelAdmin):
|
||||
list_display = ('id', 'name', 'cate', 'sort', 'into_wm_mgroup')
|
||||
list_display = ('id', 'name', 'cate', 'sort', 'into_wm_mgroup', 'store_notok')
|
||||
|
||||
|
||||
@admin.register(Material)
|
||||
|
|
Loading…
Reference in New Issue