|
@@ -20,6 +20,11 @@
|
|
|
<a-input v-model="queryParam.keyword" placeholder="请输入名称/编码"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="8" :sm="24">
|
|
|
+ <a-form-item label="品牌">
|
|
|
+ <a-input v-model="queryParam.brand" placeholder="模糊查询"/>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="8" :sm="24">
|
|
|
<a-form-item label="类型">
|
|
|
<a-tree-select
|
|
@@ -258,6 +263,12 @@ export default {
|
|
|
width: '150px',
|
|
|
dataIndex: 'ggxh'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '品牌',
|
|
|
+ checked: true,
|
|
|
+ width: '150px',
|
|
|
+ dataIndex: 'brand'
|
|
|
+ },
|
|
|
{
|
|
|
title: '备件价值',
|
|
|
dataIndex: 'initialValue',
|