XAWDJ0277HWXPT2\Administrator 5 anni fa
parent
commit
01aef034c8

File diff suppressed because it is too large
+ 1 - 1
web/index.html


File diff suppressed because it is too large
+ 2 - 2
web/js/app.b4480a8e.js


File diff suppressed because it is too large
+ 1 - 1
web/js/app.b4480a8e.js.map


File diff suppressed because it is too large
+ 2 - 2
web/js/chunk-a80ca5cc.31fe484d.js


File diff suppressed because it is too large
+ 1 - 0
web/js/chunk-a80ca5cc.1ae54b81.js.map


File diff suppressed because it is too large
+ 0 - 1
web/js/chunk-a80ca5cc.31fe484d.js.map


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

@@ -204,7 +204,7 @@
                         :show-overflow-tooltip="true"
                         :min-width="item.minWidth">
                         <template slot-scope="scope">
-                            <div v-if="item.prop != 'status'&&item.prop != 'lighteness'">{{scope.row[item.prop]}}{{item.unit?item.unit:''}}</div>
+                            <span v-if="item.prop != 'status'&&item.prop != 'lighteness'">{{scope.row[item.prop]}}{{item.unit?item.unit:''}}</span>
 
                             <div v-if="item.prop == 'status'" class="status">
                                 <img src="../img/projectManagement/Online.png" v-if="scope.row[item.prop] == '1'">