Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
lxyl-vue
Commits
cc82dc93
Commit
cc82dc93
authored
Jun 07, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改立库任务和WCS任务查询界面显示
parent
72cb4128
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/ccgl/wcsrwgl/lkrw/index.vue
+1
-1
index.vue
src/views/ccgl/wcsrwgl/wcsrw/index.vue
+1
-1
No files found.
src/views/ccgl/wcsrwgl/lkrw/index.vue
View file @
cc82dc93
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<el-button
@
click=
"start(ctx.basePage)"
size=
'mini'
type=
"primary"
>
开始
</el-button>
<el-button
@
click=
"start(ctx.basePage)"
size=
'mini'
type=
"primary"
>
开始
</el-button>
<el-button
@
click=
"close(ctx.basePage)"
size=
'mini'
type=
"primary"
>
关闭
</el-button>
<el-button
@
click=
"close(ctx.basePage)"
size=
'mini'
type=
"primary"
>
关闭
</el-button>
<div
style=
"float:right;line-height:
28px;font-size: 12px;
"
>
自动刷新:
<el-switch
<div
style=
"float:right;line-height:
28px;font-size:12px;margin-right:18px
"
>
自动刷新:
<el-switch
v-model=
"doQuery"
v-model=
"doQuery"
active-color=
"#13ce66"
active-color=
"#13ce66"
inactive-color=
"#eee"
>
inactive-color=
"#eee"
>
...
...
src/views/ccgl/wcsrwgl/wcsrw/index.vue
View file @
cc82dc93
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<el-button
@
click=
"execute(ctx.basePage)"
size=
'mini'
type=
"primary"
>
手动执行
</el-button>
<el-button
@
click=
"execute(ctx.basePage)"
size=
'mini'
type=
"primary"
>
手动执行
</el-button>
<el-button
@
click=
"complete(ctx.basePage)"
size=
'mini'
type=
"primary"
>
完成
</el-button>
<el-button
@
click=
"complete(ctx.basePage)"
size=
'mini'
type=
"primary"
>
完成
</el-button>
<el-button
@
click=
"close(ctx.basePage)"
size=
'mini'
type=
"primary"
>
关闭
</el-button>
<el-button
@
click=
"close(ctx.basePage)"
size=
'mini'
type=
"primary"
>
关闭
</el-button>
<div
style=
"float:right;line-height: 28px;font-size: 12px;"
>
自动刷新:
<el-switch
<div
style=
"float:right;line-height:28px;font-size:12px;margin-right:18px"
>
自动刷新:
<el-switch
v-model=
"doQuery"
v-model=
"doQuery"
active-color=
"#13ce66"
active-color=
"#13ce66"
inactive-color=
"#eee"
>
inactive-color=
"#eee"
>
...
...
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