From 751149233037fbf6b231d0026df2ba83d9ebcbb6 Mon Sep 17 00:00:00 2001 From: timerzz Date: Fri, 12 Apr 2024 15:43:09 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=B1=95=E7=A4=BA=E8=B4=A7=E5=8F=B7?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/src/views/Watcher/index.vue | 5 +++++ 1 file changed, 5 insertions(+) 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',