Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c1b1e2aa
authored
Jul 02, 2022
by
lanyulei
Committed by
GitHub
Jul 02, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #100 from lanyulei/dev
fix: fix bug.
parents
9368b950
f1e48261
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
src/components/VueFormMaking/components/WidgetFormItem.vue
src/views/process/admin/classify.vue
src/views/process/admin/process-manager.vue
src/views/process/admin/task-manager.vue
src/views/process/admin/template-manager.vue
src/components/VueFormMaking/components/WidgetFormItem.vue
View file @
c1b1e2aa
...
@@ -24,12 +24,12 @@
...
@@ -24,12 +24,12 @@
<WidgetFormFields
:element=
"element"
/>
<WidgetFormFields
:element=
"element"
/>
</div>
</div>
<div
v-if=
"selectWidget.key == element.key"
class=
"widget-view-action"
>
<div
v-if=
"selectWidget.key ==
=
element.key"
class=
"widget-view-action"
>
<i
class=
"iconfont icon-icon_clone"
@
click
.
stop=
"handleWidgetClone(index)"
/>
<i
class=
"iconfont icon-icon_clone"
@
click
.
stop=
"handleWidgetClone(index)"
/>
<i
class=
"iconfont icon-trash"
@
click
.
stop=
"handleWidgetDelete(index)"
/>
<i
class=
"iconfont icon-trash"
@
click
.
stop=
"handleWidgetDelete(index)"
/>
</div>
</div>
<div
v-if=
"selectWidget.key == element.key"
class=
"widget-view-drag"
>
<div
v-if=
"selectWidget.key ==
=
element.key"
class=
"widget-view-drag"
>
<i
class=
"iconfont icon-drag drag-widget"
/>
<i
class=
"iconfont icon-drag drag-widget"
/>
</div>
</div>
...
...
src/views/process/admin/classify.vue
View file @
c1b1e2aa
...
@@ -117,7 +117,10 @@ export default {
...
@@ -117,7 +117,10 @@ export default {
data
()
{
data
()
{
return
{
return
{
dialogFormVisibleName
:
1
,
dialogFormVisibleName
:
1
,
queryParams
:
{},
queryParams
:
{
pageIndex
:
1
,
pageSize
:
10
},
// 遮罩层
// 遮罩层
loading
:
true
,
loading
:
true
,
// 选中数组
// 选中数组
...
...
src/views/process/admin/process-manager.vue
View file @
c1b1e2aa
...
@@ -216,7 +216,10 @@ export default {
...
@@ -216,7 +216,10 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
queryParams
:
{},
queryParams
:
{
pageIndex
:
1
,
pageSize
:
10
},
// 遮罩层
// 遮罩层
loading
:
true
,
loading
:
true
,
// 选中数组
// 选中数组
...
...
src/views/process/admin/task-manager.vue
View file @
c1b1e2aa
...
@@ -143,7 +143,10 @@ export default {
...
@@ -143,7 +143,10 @@ export default {
data
()
{
data
()
{
return
{
return
{
dialogFormVisibleName
:
1
,
dialogFormVisibleName
:
1
,
queryParams
:
{},
queryParams
:
{
pageIndex
:
1
,
pageSize
:
10
},
// 遮罩层
// 遮罩层
loading
:
true
,
loading
:
true
,
// 选中数组
// 选中数组
...
...
src/views/process/admin/template-manager.vue
View file @
c1b1e2aa
...
@@ -157,7 +157,10 @@ export default {
...
@@ -157,7 +157,10 @@ export default {
data
()
{
data
()
{
return
{
return
{
dialogFormVisibleName
:
1
,
dialogFormVisibleName
:
1
,
queryParams
:
{},
queryParams
:
{
pageIndex
:
1
,
pageSize
:
10
},
// 遮罩层
// 遮罩层
loading
:
true
,
loading
:
true
,
// 选中数组
// 选中数组
...
...
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