浏览代码

no message

XAWDJ0277HWXPT2\Administrator 5 年之前
父节点
当前提交
e342f7bfb1

文件差异内容过多而无法显示
+ 1 - 1
web/index.html


文件差异内容过多而无法显示
+ 2 - 2
web/js/app.5c3edfe9.js


文件差异内容过多而无法显示
+ 1 - 1
web/js/app.5c3edfe9.js.map


文件差异内容过多而无法显示
+ 1 - 1
web/js/chunk-27550a72.1d77dc11.js


文件差异内容过多而无法显示
+ 1 - 1
web/js/chunk-27550a72.1d77dc11.js.map


文件差异内容过多而无法显示
+ 1 - 1
web/js/chunk-3c3021a1.ed8a9c16.js


文件差异内容过多而无法显示
+ 1 - 1
web/js/chunk-3c3021a1.ed8a9c16.js.map


文件差异内容过多而无法显示
+ 2 - 0
web/js/chunk-5bc26c22.aba8da71.js


文件差异内容过多而无法显示
+ 1 - 0
web/js/chunk-5bc26c22.aba8da71.js.map


文件差异内容过多而无法显示
+ 0 - 2
web/js/chunk-5bc26c22.cb9c2f4d.js


文件差异内容过多而无法显示
+ 0 - 1
web/js/chunk-5bc26c22.cb9c2f4d.js.map


+ 0 - 1
webConfig/src/views/dashboard.vue

@@ -886,7 +886,6 @@
         },
         watch:{
             updateRemRatio(){
-
                 clearTimeout(this.updateRemRatioShakeProof)
                 this.updateRemRatioShakeProof = setTimeout(()=>{
                     if(this.myChart1){

+ 3 - 2
webConfig/src/views/operationLog/operationLog.vue

@@ -41,10 +41,11 @@
                       width="80">
                     </el-table-column>
                     <el-table-column 
-                        align="center" 
                         :show-overflow-tooltip="showOverflowTooltip"
                         :prop="item.prop" 
                         :label="item.label" 
+                        :align="item.align?item.align:'center'"
+                        :header-align="item.hearderAlign?item.hearderAlign:'center'"
                         :key="item.id"
                         :width="item.width"
                         :min-width="item.minWidth"
@@ -114,7 +115,7 @@
                 {prop:'type',label:'Operation type',width:10*this.remRatio},
                 {prop:'username',label:'User ID',width:8*this.remRatio},
                 {prop:'realname',label:'Username',width:8*this.remRatio},
-                {prop:'content',label:'Behavior',}
+                {prop:'content',label:'Behavior',align:'left'}
             ];
         },
         methods:{

+ 0 - 1
webConfig/src/views/projectManagement.vue

@@ -5884,7 +5884,6 @@
             "updateRemRatio":function (){
                 clearTimeout(this.updateRemRatioShakeProof)
                 this.updateRemRatioShakeProof = setTimeout(()=>{
-
                     this.tableConfig.label = [];
                     this.tableConfig.prop = [];
                     this.tableConfig.prop1 = [];