Commit c1dd21f5 authored by 沈翠玲's avatar 沈翠玲

Q347和内部清单398

parent 780d9202
......@@ -271,7 +271,7 @@ export default {
.el-calendar-table .holiday {
background-color: #88E325;
}
.myteam-cal {
.myteam-cal .el-calendar__body {
pointer-events: none;
}
.myteam-cal .el-calendar-table .el-calendar-day {
......
......@@ -194,6 +194,7 @@
<el-col :span="24">
<el-form-item label="客户名称" prop="customerCode">
<el-select
filterable
v-model="form.customerCode"
style="width: 100%"
placeholder="请选择客户名称"
......@@ -209,7 +210,7 @@
</el-col>
<el-col :span="24">
<el-form-item label="品牌" prop="brandCode">
<el-select v-model="form.brandCode" placeholder="请选择品牌" style="width: 100%">
<el-select v-model="form.brandCode" placeholder="请选择品牌" style="width: 100%" filterable>
<el-option
v-for="item in brandOptions"
:key="item.brandCode"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment