Sfoglia il codice sorgente

默认页面微调

fangq 4 anni fa
parent
commit
1bd29caa5b

BIN
public/favicon.ico


BIN
public/favicon.png


BIN
public/img/logo.png


+ 1 - 1
public/index.html

@@ -18,7 +18,7 @@
   <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.8.12/index.css">
   <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
   <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
-  <link rel="icon" href="<%= BASE_URL %>favicon.png">
+  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
   <title>營運實物處理登記簿系統</title>
   <style>
     html,

+ 6 - 6
src/page/index/top/index.vue

@@ -51,20 +51,20 @@
           <top-theme></top-theme>
         </div>
       </el-tooltip>
-      <el-tooltip effect="dark"
+      <!--<el-tooltip effect="dark"
                   :content="$t('navbar.notice')"
                   placement="bottom">
-        <div class="top-bar__item top-bar__item--show">
+        <div class="top-bar__item top-bar__item&#45;&#45;show">
           <top-notice></top-notice>
         </div>
-      </el-tooltip>
-      <el-tooltip effect="dark"
+      </el-tooltip>-->
+      <!--<el-tooltip effect="dark"
                   :content="$t('navbar.language')"
                   placement="bottom">
-        <div class="top-bar__item top-bar__item--show">
+        <div class="top-bar__item top-bar__item&#45;&#45;show">
           <top-lang></top-lang>
         </div>
-      </el-tooltip>
+      </el-tooltip>-->
       <el-tooltip v-if="showFullScren"
                   effect="dark"
                   :content="isFullScren?$t('navbar.screenfullF'):$t('navbar.screenfull')"

+ 2 - 2
src/page/login/userlogin.vue

@@ -78,9 +78,9 @@
           //租户ID
           tenantId: "000000",
           //用户名
-          username: "admin",
+          username: "",
           //密码
-          password: "admin",
+          password: "",
           //账号类型
           type: "account",
           //验证码的值

+ 1 - 1
src/store/modules/common.js

@@ -16,7 +16,7 @@ const common = {
     screen: -1,
     isLock: getStore({name: 'isLock'}) || false,
     showTag: true,
-    showDebug: true,
+    showDebug: false,
     showCollapse: true,
     showSearch: true,
     showLock: true,

+ 28 - 23
src/views/wel/index.vue

@@ -52,8 +52,8 @@
               icon: 'el-icon-warning',
               color: '#409eff'
             }, {
-              click: function (item) {
-                alert(JSON.stringify(item));
+              click: (item) => {
+                this.$router.push({path: "/desk/tobeconfirm"})
               },
               count: '53%',
               title: '待確認',
@@ -61,8 +61,8 @@
               icon: 'el-icon-view',
               color: '#f39c12'
             }, {
-              click: function (item) {
-                alert(JSON.stringify(item));
+              click: (item) => {
+                this.$router.push({path: "/desk/confirmed"})
               },
               count: '44',
               title: '我的確認',
@@ -76,7 +76,8 @@
           data: [
             {
               click: (item) => {
-                this.$router.push({path: "/desk/initiated"})
+                // this.$router.push({path: "/desk/initiated"})
+                alert("待开发");
               },
               count: 0,
               title: '每日',
@@ -84,7 +85,8 @@
               color: 'rgb(49, 180, 141)'
             }, {
               click: function (item) {
-                alert(JSON.stringify(item));
+                // alert(JSON.stringify(item));
+                alert("待开发");
               },
               count: '0',
               title: '每週',
@@ -92,7 +94,8 @@
               color: '#00a65a'
             }, {
               click: function (item) {
-                alert(JSON.stringify(item));
+                // alert(JSON.stringify(item));
+                alert("待开发");
               },
               count: '0',
               title: '每月',
@@ -107,23 +110,24 @@
           data: [
             {
               click: (item) => {
-                this.$router.push({path: "/desk/initiated"})
+                // this.$router.push({path: "/desk/initiated"})
               },
               count: 0,
               title: '每日',
               icon: 'el-icon-warning',
               color: 'rgb(49, 180, 141)'
             }, {
-              click: function (item) {
-                alert(JSON.stringify(item));
+              click: (item) => {
+                // alert(JSON.stringify(item));
+                alert("待开发");
               },
               count: '0',
               title: '每週',
               icon: 'el-icon-view',
               color: '#00a65a'
             }, {
-              click: function (item) {
-                alert(JSON.stringify(item));
+              click: (item) => {
+                alert("待开发");
               },
               count: '0',
               title: '每月',
@@ -131,8 +135,9 @@
               icon: 'el-icon-view',
               color: '#00a65a'
             }, {
-              click: function (item) {
-                alert(JSON.stringify(item));
+              click: (item) => {
+                // alert(JSON.stringify(item));
+                alert("待开发");
               },
               count: '0',
               title: '異常報表',
@@ -147,8 +152,8 @@
               icon: 'el-icon-warning',
               color: 'rgb(49, 180, 141)'
             }, {
-              click: function (item) {
-                alert(JSON.stringify(item));
+              click: (item) => {
+                this.$router.push({path: "/desk/toberelease"})
               },
               count: '0',
               title: '待發佈',
@@ -161,7 +166,7 @@
         option1: {
           title: {
             text: '每日监控图表',
-            subtext: '纯属虚构',
+            // subtext: '纯属虚构',
             left: 'center'
           },
           tooltip: {
@@ -197,7 +202,7 @@
         option2: {
           title: {
             text: '每周监控图表',
-            subtext: '纯属虚构',
+            // subtext: '纯属虚构',
             left: 'center'
           },
           tooltip: {
@@ -209,12 +214,12 @@
           },
           series: [
             {
-              name: '每',
+              name: '每',
               type: 'pie',
               radius: '50%',
               data: [
-                {value: 484, name: '未完成', color: 'red'},
-                {value: 316, name: '已完成'}
+                {value: 48, name: '未完成', color: 'red'},
+                {value: 52, name: '已完成'}
               ],
               itemStyle: {
                 normal:{
@@ -233,7 +238,7 @@
         option3: {
           title: {
             text: '每月监控图表',
-            subtext: '纯属虚构',
+            // subtext: '纯属虚构',
             left: 'center'
           },
           tooltip: {
@@ -245,7 +250,7 @@
           },
           series: [
             {
-              name: '每',
+              name: '每',
               type: 'pie',
               radius: '50%',
               data: [