mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	【功能优化】全局:接入 V2 版本操作日志
This commit is contained in:
		@@ -14,7 +14,6 @@ export type OperateLogVO = {
 | 
			
		||||
  requestMethod: string
 | 
			
		||||
  requestUrl: string
 | 
			
		||||
  userIp: string
 | 
			
		||||
  userAgent: string
 | 
			
		||||
  creator: string
 | 
			
		||||
  creatorName: string
 | 
			
		||||
  createTime: Date
 | 
			
		||||
 
 | 
			
		||||
@@ -35,10 +35,10 @@
 | 
			
		||||
          class="!w-240px"
 | 
			
		||||
        />
 | 
			
		||||
      </el-form-item>
 | 
			
		||||
      <el-form-item label="操作模块" prop="subType">
 | 
			
		||||
      <el-form-item label="操作名" prop="subType">
 | 
			
		||||
        <el-input
 | 
			
		||||
          v-model="queryParams.subType"
 | 
			
		||||
          placeholder="请输入操作模块"
 | 
			
		||||
          placeholder="请输入操作名"
 | 
			
		||||
          clearable
 | 
			
		||||
          @keyup.enter="handleQuery"
 | 
			
		||||
          class="!w-240px"
 | 
			
		||||
@@ -105,7 +105,7 @@
 | 
			
		||||
        :formatter="dateFormatter"
 | 
			
		||||
      />
 | 
			
		||||
      <el-table-column label="业务编号" align="center" prop="bizId" width="120" />
 | 
			
		||||
      <el-table-column label="IP" align="center" prop="userIp" width="120" />
 | 
			
		||||
      <el-table-column label="操作 IP" align="center" prop="userIp" width="120" />
 | 
			
		||||
      <el-table-column label="操作" align="center" fixed="right" width="60">
 | 
			
		||||
        <template #default="scope">
 | 
			
		||||
          <el-button
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user