zouyu
2026-04-24 322298c8cc84090e345079f02e3ce24cbdbf9f2f
标准库:查看新增和更新人信息2
已修改1个文件
4 ■■■■ 文件已修改
src/views/standard/standardLibrary/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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'])