...
|
...
|
@@ -4,7 +4,7 @@ |
|
|
<el-col :span="24" class="toolbar" style="padding-bottom: 0px;">
|
|
|
<el-form :inline="true" :model="filters">
|
|
|
<el-form-item>
|
|
|
<el-input size="small" v-model="filters.companyName" placeholder="收货人公司名称英文">
|
|
|
<el-input size="small" v-model="filters.companyName" placeholder="收货人公司名称英文" clearable>
|
|
|
<template slot="prepend">公司名称</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
...
|
...
|
|