acs兼容浙大和NDC系统
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.type=='0' ">输送路由</span>
|
||||
<span v-if="scope.row.type=='1' ">agv路由</span>
|
||||
<span v-if="scope.row.type=='2' ">rgv路由</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="next_device_code" min-width="120" label="后置设备号" />
|
||||
@@ -269,6 +270,10 @@ export default {
|
||||
{
|
||||
typeName: 'agv路由',
|
||||
typeValue: '1'
|
||||
},
|
||||
{
|
||||
typeName: 'rgv路由',
|
||||
typeValue: '2'
|
||||
}],
|
||||
permission: {
|
||||
add: ['admin', 'routeLine:add'],
|
||||
|
||||
Reference in New Issue
Block a user