XAWDJ0277HWXPT2\Administrator vor 5 Jahren
Ursprung
Commit
f7ed56faa7

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
web/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 2
web/js/app.7e345a8e.js


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
web/js/app.7e345a8e.js.map


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 0
web/js/chunk-a80ca5cc.31fe484d.js


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 0
web/js/chunk-a80ca5cc.31fe484d.js.map


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 2
web/js/chunk-a80ca5cc.915d8fc3.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 1
web/js/chunk-a80ca5cc.915d8fc3.js.map


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

@@ -2885,6 +2885,8 @@
                         this.$set(this.tableConfig.prop,this.tableConfig.prop.length,d.fields1);
                         if(d.fields1 == 'updatetime'){
                             this.$set(this.tableConfig.width,this.tableConfig.width.length,160);
+                        }else if(d.fields1 == 'isfaulted'){
+                            this.$set(this.tableConfig.width,this.tableConfig.width.length,160);
                         }else{
                             this.$set(this.tableConfig.width,this.tableConfig.width.length,(d.enname.length+1)*8+20);
                         }