|
@@ -63,21 +63,21 @@ export default {
|
|
|
...List,
|
|
|
{
|
|
|
adminUserId: null,
|
|
|
- colName: 'specification',
|
|
|
+ colName: 'correspond_id',
|
|
|
enumMap: '{}',
|
|
|
- frontCode: '',
|
|
|
+ frontCode: 'STOCK_NO',
|
|
|
hide: false,
|
|
|
isCopy: false,
|
|
|
isQuery: true,
|
|
|
isShow: false,
|
|
|
isTotal: false,
|
|
|
- jname: 'specification',
|
|
|
- label: '机型规格',
|
|
|
+ jname: 'correspondId',
|
|
|
+ label: '仓库名称',
|
|
|
multiple: false,
|
|
|
pk: false,
|
|
|
sortNum: 0,
|
|
|
tbName: '',
|
|
|
- type: 'input'
|
|
|
+ type: 'select'
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -99,7 +99,7 @@ export default {
|
|
|
operation() {
|
|
|
return (h, { row, index, column }) => {
|
|
|
return (
|
|
|
- <div class='operation-btns'>
|
|
|
+ <div class="operation-btns">
|
|
|
{/* <el-button
|
|
|
size="mini"
|
|
|
type="text"
|