From bc647c5e5e95f3898e3af66c02d7911df8547b4e Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Sun, 29 Mar 2020 17:28:51 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy --- SunshineIns/src/page/KeyWord.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SunshineIns/src/page/KeyWord.jsx b/SunshineIns/src/page/KeyWord.jsx index 780c1b0..3bc2e3e 100644 --- a/SunshineIns/src/page/KeyWord.jsx +++ b/SunshineIns/src/page/KeyWord.jsx @@ -160,9 +160,9 @@ } render() { const columns = [{ - title: '序号', - dataIndex: 'index', - key: 'index' + title: '编号', + dataIndex: 'id', + key: 'id' }, { title: '关键词', dataIndex: 'keywords', -- Gitblit v1.8.0