Ver Fonte

update 优化 操作日志 部门信息完善 vue3页面

疯狂的狮子Li há 1 ano atrás
pai
commit
0005710f45
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      ruoyi-ui-vue3/src/views/monitor/operlog/index.vue

+ 1 - 0
ruoyi-ui-vue3/src/views/monitor/operlog/index.vue

@@ -116,6 +116,7 @@
                <dict-tag :options="sys_oper_type" :value="scope.row.businessType" />
             </template>
          </el-table-column>
+         <el-table-column label="请求方式" align="center" prop="requestMethod" />
          <el-table-column label="操作人员" align="center" width="110" prop="operName" :show-overflow-tooltip="true" sortable="custom" :sort-orders="['descending', 'ascending']" />
          <el-table-column label="部门" align="center" prop="deptName" width="130" :show-overflow-tooltip="true" />
          <el-table-column label="操作地址" align="center" prop="operIp" width="130" :show-overflow-tooltip="true" />