Browse Source

评估版本跳转报告单

whszxyjhyy
lzp 2 weeks ago
parent
commit
a41cf352fa
  1. 2
      web_admin/adminapi/index.html
  2. BIN
      web_admin/adminapi/index.html.gz
  3. BIN
      web_admin/cga113v2admin03.02-1.zip
  4. 4
      web_admin/src/views/his/Report/index.vue
  5. 7
      web_admin/src/views/statistics/index.vue

2
web_admin/adminapi/index.html

File diff suppressed because one or more lines are too long

BIN
web_admin/adminapi/index.html.gz

Binary file not shown.

BIN
web_admin/cga113v2admin03.02-1.zip

Binary file not shown.

4
web_admin/src/views/his/Report/index.vue

@ -448,6 +448,10 @@ export default {
};
},
created() {
this.queryParams.param = {
...this.queryParams.param,
...this.$route.query,
};
this.getList();
this.getScaleLists();
this.getVersion();

7
web_admin/src/views/statistics/index.vue

@ -174,7 +174,7 @@
<span class="stat-label">{{ version.version }}</span>
<span
class="stat-value clickable"
@click="handleClick('scale', { version: version.id })"
@click="handleClick('report', { version: version.id })"
>{{ version.num || 0 }}</span
>
</div>
@ -513,6 +513,11 @@ export default {
path: "/visiting",
query: data,
});
} else if (type == "report") {
this.$router.push({
path: "/report",
query: data,
});
}
},
//

Loading…
Cancel
Save