Browse Source

fix: 解决操作日志,列表标题名称和详情展示名称不一致问题

willem 1 year ago
parent
commit
f466c8d843
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/monitor/operLog/index.vue

+ 1 - 1
src/views/system/monitor/operLog/index.vue

@@ -98,7 +98,7 @@
 
     <el-dialog :title="currentRow.title + '详情'" v-model="dialogVisible" width="550px">
       <el-form :model="currentRow" ref="formRef" size="default" label-width="90px">
-        <el-form-item label="模块标题" prop="title">
+        <el-form-item label="系统模块" prop="title">
           {{ currentRow.title }}
         </el-form-item>
         <el-form-item label="请求方式" prop="title">