From 322298c8cc84090e345079f02e3ce24cbdbf9f2f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 24 四月 2026 13:10:27 +0800
Subject: [PATCH] 标准库:查看新增和更新人信息2
---
src/views/standard/standardLibrary/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/standard/standardLibrary/index.vue b/src/views/standard/standardLibrary/index.vue
index 15ec225..474c7be 100644
--- a/src/views/standard/standardLibrary/index.vue
+++ b/src/views/standard/standardLibrary/index.vue
@@ -186,6 +186,10 @@
</template>
</el-table-column>
<el-table-column label="鍖洪棿" prop="section" show-overflow-tooltip width="120"></el-table-column>
+ <el-table-column label="鍒涘缓浜�" prop="createUserName" show-overflow-tooltip width="100"></el-table-column>
+ <el-table-column label="鍒涘缓鏃堕棿" prop="createTime" show-overflow-tooltip width="160"></el-table-column>
+ <el-table-column label="鏇存柊浜�" prop="updateUserName" show-overflow-tooltip width="100"></el-table-column>
+ <el-table-column label="鏇存柊鏃堕棿" prop="updateTime" show-overflow-tooltip width="160"></el-table-column>
<el-table-column label="鎿嶄綔" prop="section" width="160">
<template slot-scope="scope">
<el-button type="text" @click="sectionUp(scope.row)" :disabled="!checkPermi(['standard:standardLibrary:upStandardProduct'])
--
Gitblit v1.9.3