|
@@ -68,8 +68,6 @@ export default {
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
|
- phoneVal: '',
|
|
|
- timeVal: '',
|
|
|
// 人工客服是否介入
|
|
|
involvedOptions: [
|
|
|
{
|
|
@@ -101,7 +99,9 @@ export default {
|
|
|
}
|
|
|
],
|
|
|
involvedVal: 0,
|
|
|
- isTourist: 0
|
|
|
+ isTourist: 0,
|
|
|
+ phoneVal: 111,
|
|
|
+ timeVal: ['2024-08-12', '2024-09-10']
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
@@ -157,14 +157,16 @@ export default {
|
|
|
.el-date-editor.el-input__inner{
|
|
|
width: 170px;
|
|
|
flex: 1;
|
|
|
- padding: 3px 6px;
|
|
|
+ align-items: center;
|
|
|
+ padding: 3px 4px 3px 6px;
|
|
|
}
|
|
|
.el-date-editor .el-range-input{
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.el-date-editor .el-range__close-icon{
|
|
|
- width: 20px;
|
|
|
- line-height: 20px;
|
|
|
+ width: 16px;
|
|
|
+ line-height: 18px;
|
|
|
+ margin-top: 5px;
|
|
|
}
|
|
|
.el-date-editor .el-range-input{
|
|
|
width: 48%;
|