Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ba1254f3
authored
Jul 08, 2023
by
xingyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: eslint
parent
540d8496
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue
+1
-1
src/views/infra/build/index.vue
+1
-0
No files found.
src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue
View file @
ba1254f3
...
@@ -109,7 +109,7 @@ const elementBusinessObject = ref<any>({}) // 元素 businessObject 镜像,提
...
@@ -109,7 +109,7 @@ const elementBusinessObject = ref<any>({}) // 元素 businessObject 镜像,提
const
conditionFormVisible
=
ref
(
false
)
// 流转条件设置
const
conditionFormVisible
=
ref
(
false
)
// 流转条件设置
const
formVisible
=
ref
(
false
)
// 表单配置
const
formVisible
=
ref
(
false
)
// 表单配置
const
bpmnElement
=
ref
()
const
bpmnElement
=
ref
()
const
timer
=
ref
()
provide
(
'prefix'
,
props
.
prefix
)
provide
(
'prefix'
,
props
.
prefix
)
provide
(
'width'
,
props
.
width
)
provide
(
'width'
,
props
.
width
)
const
bpmnInstances
=
()
=>
(
window
as
any
)?.
bpmnInstances
const
bpmnInstances
=
()
=>
(
window
as
any
)?.
bpmnInstances
...
...
src/views/infra/build/index.vue
View file @
ba1254f3
...
@@ -38,6 +38,7 @@ import hljs from 'highlight.js' // 导入代码高亮文件
...
@@ -38,6 +38,7 @@ import hljs from 'highlight.js' // 导入代码高亮文件
import
'highlight.js/styles/github.css'
// 导入代码高亮样式
import
'highlight.js/styles/github.css'
// 导入代码高亮样式
import
xml
from
'highlight.js/lib/languages/java'
import
xml
from
'highlight.js/lib/languages/java'
import
json
from
'highlight.js/lib/languages/json'
import
json
from
'highlight.js/lib/languages/json'
import
formCreate
from
'@form-create/element-ui'
defineOptions
({
name
:
'InfraBuild'
})
defineOptions
({
name
:
'InfraBuild'
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment