diff --git a/wwwroot/src/views/Watcher/index.vue b/wwwroot/src/views/Watcher/index.vue index 53462a2..d280d42 100644 --- a/wwwroot/src/views/Watcher/index.vue +++ b/wwwroot/src/views/Watcher/index.vue @@ -202,6 +202,11 @@ const columns = [ dataIndex: 'name', key: 'name', }, + { + title: '货号', + dataIndex: 'pid', + key: 'pid', + }, { title: '品牌', dataIndex: 'brand',