互联共享数据
Showing
3 changed files
with
6 additions
and
1 deletions
src/image/icons/svg/GLGXSJ.svg
0 → 100644
| 1 | <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1706835381250" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4224" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M320 480m32 0l320 0q32 0 32 32l0 0q0 32-32 32l-320 0q-32 0-32-32l0 0q0-32 32-32Z" p-id="4225" fill="#ffffff"></path><path d="M768 320H576a32 32 0 0 0 0 64h192a128 128 0 0 1 0 256H576a32 32 0 1 0 0 64h192a192 192 0 0 0 0-384zM448 640H256a128 128 0 0 1 0-256h192a32 32 0 0 0 0-64H256a192 192 0 0 0 0 384h192a32 32 0 1 0 0-64z" p-id="4226" fill="#ffffff"></path></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | 
This diff is collapsed.
Click to expand it.
| 1 | /* | 1 | /* | 
| 2 | * @Description: | 2 | * @Description: | 
| 3 | * @Autor: renchao | 3 | * @Autor: renchao | 
| 4 | * @LastEditTime: 2024-01-31 16:52:43 | 4 | * @LastEditTime: 2024-02-02 09:06:20 | 
| 5 | */ | 5 | */ | 
| 6 | import Vue from 'vue' | 6 | import Vue from 'vue' | 
| 7 | import { getPrintTemplateByCode } from "@/api/print"; | 7 | import { getPrintTemplateByCode } from "@/api/print"; | 
| ... | @@ -238,6 +238,10 @@ export default { | ... | @@ -238,6 +238,10 @@ export default { | 
| 238 | case "rm": | 238 | case "rm": | 
| 239 | this.del() | 239 | this.del() | 
| 240 | break; | 240 | break; | 
| 241 | // 互联网数据共享 | ||
| 242 | case "B-HLGXSJ": | ||
| 243 | this.$popupDialog("互联网数据共享", "sjgx/gbmhlgxsjgx/gbmhlgxsjgx", {}, '90%', true) | ||
| 244 | break; | ||
| 241 | } | 245 | } | 
| 242 | }, | 246 | }, | 
| 243 | /** | 247 | /** | ... | ... | 
- 
Please register or sign in to post a comment