diff --git a/src/views/inm/mioitem.vue b/src/views/inm/mioitem.vue
index fd907c3c..0be1b495 100644
--- a/src/views/inm/mioitem.vue
+++ b/src/views/inm/mioitem.vue
@@ -100,7 +100,7 @@
- {{scope.row.count}}
+ {{ project_code=='gx'?Math.round(scope.row.count):scope.row.count }}
{{scope.row.count}}
@@ -113,7 +113,7 @@
-
+
@@ -354,7 +354,6 @@ export default {
mounted() {
let url1 = window.location.hash;
this.url_code = url1.split('/')[2];
- console.log(this.url_code);
this.checkTemplate = this.checkTemplate+"?t=" + new Date().getTime();
this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code;
this.params.mio = this.mioId;