From 911f1ac1da727e45cb557389ccf544e816681796 Mon Sep 17 00:00:00 2001 From: cl Date: Tue, 8 Jun 2021 15:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=AE=A1=E7=90=86=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=B3=A8=E5=86=8C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4v/src/crud/user/user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mall4v/src/crud/user/user.js b/mall4v/src/crud/user/user.js index 0260cbd..79306e4 100644 --- a/mall4v/src/crud/user/user.js +++ b/mall4v/src/crud/user/user.js @@ -42,6 +42,9 @@ export const tableOption = { value: 1 } ] - + }, { + label: '注册时间', + prop: 'userRegtime', + imgWidth: 150 }] }