From 198b83ce825fbbf912cb26d592e3c7b0b586ca92 Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期一, 20 二月 2023 17:38:22 +0800
Subject: [PATCH] 数据管理页面格式

---
 src/views/maintenance/downlog.vue |   69 ++++++++++++++++++++++++++--------
 1 files changed, 52 insertions(+), 17 deletions(-)

diff --git a/src/views/maintenance/downlog.vue b/src/views/maintenance/downlog.vue
index d46f532..3a3743b 100644
--- a/src/views/maintenance/downlog.vue
+++ b/src/views/maintenance/downlog.vue
@@ -1,14 +1,19 @@
 <template>
   <div class="logLog_box">
-    <My-bread
-      :list="[
+    <My-bread :list="[
         `${$t('operatManage.operatManage')}`,
         `${$t('operatManage.DownloadLog')}`,
-      ]"
-    ></My-bread>
+      ]"></My-bread>
     <el-divider />
-    <div class="inquire subpage_Div" ref="container">
-      <el-form :inline="true" ref="sizeForm" :model="sizeForm">
+    <div
+      class="inquire subpage_Div"
+      ref="container"
+    >
+      <el-form
+        :inline="true"
+        ref="sizeForm"
+        :model="sizeForm"
+      >
         <div class="flex_box">
           <div style="margin-right: auto">
             <el-form-item
@@ -31,10 +36,30 @@
                 v-model="sizeForm.type"
                 :placeholder="$t('operatManage.operationLogObj.pleaseSelect')"
               >
-                <el-option :label="$t('downlog.type1')" value="1" />
-                <el-option :label="$t('downlog.type2')" value="2" />
-                <el-option :label="$t('downlog.type3')" value="3" />
-                <el-option :label="$t('downlog.type4')" value="4" />
+                <el-option
+                  :label="$t('downlog.type1')"
+                  value="1"
+                />
+                <el-option
+                  :label="$t('downlog.type2')"
+                  value="2"
+                />
+                <el-option
+                  :label="$t('downlog.type3')"
+                  value="3"
+                />
+                <el-option
+                  :label="$t('downlog.type4')"
+                  value="4"
+                />
+                  <el-option
+                  :label="$t('downlog.type5')"
+                  value="5"
+                />
+                  <el-option
+                  :label="$t('downlog.type6')"
+                  value="6"
+                />
               </el-select>
             </el-form-item>
             <el-form-item
@@ -73,21 +98,22 @@
                 icon="el-icon-search"
                 size="small"
                 type="primary"
-                >{{ $t("operatManage.operationLogObj.inquire") }}</el-button
-              >
+              >{{ $t("operatManage.operationLogObj.inquire") }}</el-button>
               <el-button
                 @click="resAllTable"
                 icon="el-icon-delete"
                 type="info"
                 size="small"
-                >{{ $t("operatManage.operationLogObj.empty") }}</el-button
-              >
+              >{{ $t("operatManage.operationLogObj.empty") }}</el-button>
             </el-form-item>
           </div>
         </div>
       </el-form>
     </div>
-    <div class="table_box subpage_Div" :style="styleVar">
+    <div
+      class="table_box subpage_Div"
+      :style="styleVar"
+    >
       <el-table
         :data="tableData"
         style="width: 100%"
@@ -134,7 +160,10 @@
           :formatter="formatData"
         />
       </el-table>
-      <div style="margin-top: 25px" class="pagination_box">
+      <div
+        style="margin-top: 25px"
+        class="pagination_box"
+      >
         <el-pagination
           @size-change="handleSizeChange"
           @current-change="handleCurrentChange"
@@ -225,11 +254,17 @@
           return "涓撻鍥�";
           break;
         case 3:
-          return "鍏冩暟鎹�";
+          return "婧愭暟鎹�";
           break;
         case 4:
           return "涓氬姟鏁版嵁";
           break;
+        case 5:
+          return "绠¢亾鍒嗘瀽";
+          break;
+        case 6:
+          return "缁熻鎶ュ憡";
+          break;
         default:
           return "鏈煡鏁版嵁";
           break;

--
Gitblit v1.9.3