lishuangjiang@potevio.com 1 tahun lalu
induk
melakukan
164c4a8bf8

+ 1 - 1
src/api/system/oss/index.ts

@@ -26,6 +26,6 @@ export function delOss(ossId: string | number | Array<string | number>) {
   return request({
     url: '/resource/oss/delete',
     method: 'post',
-    data: parseStrEmpty(ossId),
+    data: [ossId],
   })
 }

+ 7 - 7
src/views/monitor/logininfor/index.vue

@@ -44,11 +44,11 @@
           <el-col :span="1.5">
             <el-button type="danger" plain icon="Delete" @click="handleClean" v-hasPermi="['monitor:logininfor:remove']">清空</el-button>
           </el-col>
-          <el-col :span="1.5">
-            <el-button type="primary" plain icon="Unlock" :disabled="single" @click="handleUnlock" v-hasPermi="['monitor:logininfor:unlock']">
-              解锁
-            </el-button>
-          </el-col>
+<!--          <el-col :span="1.5">-->
+<!--            <el-button type="primary" plain icon="Unlock" :disabled="single" @click="handleUnlock" v-hasPermi="['monitor:logininfor:unlock']">-->
+<!--              解锁-->
+<!--            </el-button>-->
+<!--          </el-col>-->
 <!--          <el-col :span="1.5" v-if="false">-->
 <!--            <el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['monitor:logininfor:export']" >导出</el-button>-->
 <!--          </el-col>-->
@@ -63,9 +63,9 @@
         @selection-change="handleSelectionChange"
         :default-sort="defaultSort"
         @sort-change="handleSortChange"
-      >
+      >i
         <el-table-column type="selection" width="55" align="center" />
-        <el-table-column label="访问编号" align="center" prop="infoId" />
+        <el-table-column label="访问编号" align="center" prop="id" />
         <el-table-column
           label="用户名称"
           align="center"

+ 1 - 1
src/views/monitor/operlog/index.vue

@@ -65,7 +65,7 @@
         @sort-change="handleSortChange"
       >
         <el-table-column type="selection" width="50" align="center" />
-        <el-table-column label="日志编号" align="center" prop="operId" />
+        <el-table-column label="日志编号" align="center" prop="id" />
         <el-table-column label="系统模块" align="center" prop="title" :show-overflow-tooltip="true" />
         <el-table-column label="操作类型" align="center" prop="businessType">
           <template #default="scope">

+ 3 - 3
src/views/system/oss/index.vue

@@ -40,9 +40,9 @@
           <el-col :span="1.5">
             <el-button type="primary" plain icon="Upload" @click="handleFile" v-hasPermi="['system:oss:upload']">上传文件</el-button>
           </el-col>
-          <el-col :span="1.5">
-            <el-button type="primary" plain icon="Upload" @click="handleImage" v-hasPermi="['system:oss:upload']">上传图片</el-button>
-          </el-col>
+<!--          <el-col :span="1.5">-->
+<!--            <el-button type="primary" plain icon="Upload" @click="handleImage" v-hasPermi="['system:oss:upload']">上传图片</el-button>-->
+<!--          </el-col>-->
           <el-col :span="1.5">
             <el-button type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()" v-hasPermi="['system:oss:remove']">
               删除