|  |  |  | 
|---|
|  |  |  | <span>新建</span> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="query-class"> | 
|---|
|  |  |  | <div class="query-class-title">查询分类</div> | 
|---|
|  |  |  | <!-- <div class="query-class-title">查询分类</div> | 
|---|
|  |  |  | <el-select v-model="queryClassValue" placeholder="请选择" class="query-class-sel" size="mini"> | 
|---|
|  |  |  | <el-option v-for="item in queryClassOptions" :key="item.value" :label="item.label" :value="item.value"> | 
|---|
|  |  |  | </el-option> | 
|---|
|  |  |  | </el-select> | 
|---|
|  |  |  | </el-select> --> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | queryClassOptions: { | 
|---|
|  |  |  | type: Array, | 
|---|
|  |  |  | default: () => [] | 
|---|
|  |  |  | default: () => [ | 
|---|
|  |  |  | // { value: "1", label: "全部" }, | 
|---|
|  |  |  | // { value: "2", label: "已发货" }, | 
|---|
|  |  |  | // { value: "3", label: "待采购" }, | 
|---|
|  |  |  | // { value: "4", label: "本月交付" }, | 
|---|
|  |  |  | // { value: "5", label: "已作废" } | 
|---|
|  |  |  | ] | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | data() { | 
|---|