Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
854c0798
authored
2024-02-02 09:19:02 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
4bdc913d
deff8791
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
src/image/icons/svg/GLGXSJ.svg
src/views/sjgx/gbmhlgxsjgx/gbmhlgxsjgx.vue
src/views/workflow/mixin/index.js
src/image/icons/svg/GLGXSJ.svg
0 → 100644
View file @
854c079
<?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
src/views/sjgx/gbmhlgxsjgx/gbmhlgxsjgx.vue
View file @
854c079
This diff is collapsed.
Click to expand it.
src/views/workflow/mixin/index.js
View file @
854c079
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
1-31 16:52:43
* @LastEditTime: 2024-0
2-02 09:06:20
*/
import
Vue
from
'vue'
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
...
...
@@ -238,6 +238,10 @@ export default {
case
"rm"
:
this
.
del
()
break
;
// 互联网数据共享
case
"B-HLGXSJ"
:
this
.
$popupDialog
(
"互联网数据共享"
,
"sjgx/gbmhlgxsjgx/gbmhlgxsjgx"
,
{},
'90%'
,
true
)
break
;
}
},
/**
...
...
Please
register
or
sign in
to post a comment