diff --git a/.env.local b/.env.local index 1b44b48..3406c71 100644 --- a/.env.local +++ b/.env.local @@ -5,9 +5,9 @@ VITE_DEV=true # 请求路径 # VITE_BASE_URL='http://172.16.214.222:48080' -# VITE_BASE_URL='http://192.168.1.144:48080' +VITE_BASE_URL='http://192.168.1.144:48080' # VITE_BASE_URL='http://47.79.98.113:48080' -VITE_BASE_URL='https://backstageapi.yolozs.com' +# VITE_BASE_URL='https://backstageapi.yolozs.com' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index 8f52314..6c31d62 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -3,7 +3,7 @@ - + @@ -31,7 +31,21 @@ start-placeholder="开始日期" end-placeholder="结束日期" :default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]" class="!w-240px" /> - + + + + + + + + + @@ -137,8 +151,10 @@ const queryParams = reactive({ contactMobile: undefined, status: undefined, remark: undefined, - - createTime: [] + createTime: [], + aiExpireTime: [], + brotherExpireTime: [], + expireTime: [], }) const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中