|
|
|
@ -112,7 +112,7 @@
|
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideSearch">显示/隐藏搜索栏</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="onSubmit">查询</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="addWorkplace">新增工位</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="addWorkplace">新增采集工位</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</div>
|
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
@ -749,8 +749,8 @@ export default {
|
|
|
|
|
chooseBusTypeDialogVisible: false,
|
|
|
|
|
fromName: 'add',
|
|
|
|
|
fromMap: {
|
|
|
|
|
'add': '新增工位',
|
|
|
|
|
'edit': '编辑工位'
|
|
|
|
|
'add': '新增采集工位',
|
|
|
|
|
'edit': '编辑采集工位'
|
|
|
|
|
},
|
|
|
|
|
busName: '',
|
|
|
|
|
busTypeMap: {
|
|
|
|
|