Sfoglia il codice sorgente

:zap: 代码优化

smallchill 5 anni fa
parent
commit
b12264b60a
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 1
      public/index.html
  2. 0 2
      src/views/report/reportlist.vue

+ 2 - 1
public/index.html

@@ -4,11 +4,12 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta http-equiv="X-UA-Compatible" content="chrome=1"/>
+  <meta name="renderer" content="webkit">
   <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
   <meta name="apple-mobile-web-app-capable" content="yes">
   <meta name="apple-mobile-web-app-status-bar-style" content="black">
   <meta name="format-detection" content="telephone=no">
-  <meta http-equiv="X-UA-Compatible" content="chrome=1"/>
   <link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.13.2/theme-chalk/index.css">
   <link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
   <link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">

+ 0 - 2
src/views/report/reportlist.vue

@@ -8,8 +8,6 @@
                :page.sync="page"
                :permission="permissionList"
                @row-del="rowDel"
-               @row-update="rowUpdate"
-               @row-save="rowSave"
                @search-change="searchChange"
                @search-reset="searchReset"
                @selection-change="selectionChange"