@@ -143,11 +143,11 @@ const formItems = ref({
key: 'openTime',
dateType: 'date', // 时间类型 year month date time
value: null,
- label: '开业时间 *',
+ label: '开业时间',
col: 6,
flexStyle: 'mr-3',
outlined: true,
- rules: [v => !!v || '请选择开业时间']
+ // rules: [v => !!v || '请选择开业时间']
// options: {},
},
{
@@ -107,10 +107,8 @@ getData()
// 推荐
const handleChange = () => {
- if (query.value.jobId) {
- query.value.pageNo = 1
- getData()
- }
+ query.value.pageNo = 1
+ getData()
}
// 分页
@@ -102,8 +102,8 @@ const handleOpenAdvertise = () => {
.banner {
width: 100%;
- height: 80px;
- background: url("@/assets/headerBg.jpg") no-repeat center center;
- background-size: cover;
+ height: 110px;
+ background: url("@/assets/headerBg.jpg") no-repeat;
+ background-size: contain;
</style>