Commit cc82dc93 authored by 周毅's avatar 周毅

修改立库任务和WCS任务查询界面显示

parent 72cb4128
...@@ -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">
......
...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment