Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
f1e48261
Commit
f1e48261
authored
Jul 02, 2022
by
lanyulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix bug.
parent
9368b950
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
src/components/VueFormMaking/components/WidgetFormItem.vue
+2
-2
src/views/process/admin/classify.vue
+4
-1
src/views/process/admin/process-manager.vue
+4
-1
src/views/process/admin/task-manager.vue
+4
-1
src/views/process/admin/template-manager.vue
+4
-1
No files found.
src/components/VueFormMaking/components/WidgetFormItem.vue
View file @
f1e48261
...
@@ -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 @
f1e48261
...
@@ -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 @
f1e48261
...
@@ -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 @
f1e48261
...
@@ -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 @
f1e48261
...
@@ -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