This is an automated email from the ASF dual-hosted git repository.

hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 6822c907 Fix admin: show the dictCode (#387)
6822c907 is described below

commit 6822c9070f9039eeeaa6f2a18fa62e5b0bc3d25a
Author: b_mountain <[email protected]>
AuthorDate: Fri Dec 22 10:41:23 2023 +0800

    Fix admin: show the dictCode (#387)
    
    * fix admin: show the dictCode.
    
    * fix admin: show the dictCode.
    
    ---------
    
    Co-authored-by: 刘进山 <[email protected]>
---
 src/routes/System/Dict/index.js | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/routes/System/Dict/index.js b/src/routes/System/Dict/index.js
index 939e02b4..dc5a1edc 100644
--- a/src/routes/System/Dict/index.js
+++ b/src/routes/System/Dict/index.js
@@ -346,6 +346,17 @@ export default class ShenYuDict extends Component {
           render: (text, record) => this.commonPopover(record, <div 
style={{color: "#1f640a"}}>{text || "----"}</div>)
         },
 
+        {
+          align: "center",
+          title: getIntlContent("SHENYU.DIC.CODE"),
+          dataIndex: "dictCode",
+          key: "dictCode",
+          ellipsis:true,
+          // width: 200,
+          render: (text, record) => this.commonPopover(record, <div 
style={{color: "#1f640a"}}>{text || "----"}</div>)
+        },
+
+
         {
           align: "center",
           title: getIntlContent("SHENYU.DIC.VALUE"),

Reply via email to