修改我的佣金搜索排序
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
<brand-select v-model="where.brands" type="provinceCity" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="15">
|
||||
<el-col v-bind="styleResponsive ? { lg: 12, md: 12 } : { span: 12 }">
|
||||
<el-form-item label="线索时间:">
|
||||
<el-date-picker
|
||||
@@ -39,6 +41,8 @@
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="15">
|
||||
<el-col v-bind="styleResponsive ? { lg: 12, md: 12 } : { span: 12 }">
|
||||
<el-form-item label="结算时间:">
|
||||
<el-date-picker
|
||||
|
||||
Reference in New Issue
Block a user