|  |  | 
 |  |  | <template> | 
 |  |  |   <PageLayout title="投诉举报" class="cooperation-page-wrapper" hasBorder :needAuth="false"> | 
 |  |  |   <PageLayout | 
 |  |  |     title="投诉举报" | 
 |  |  |     class="cooperation-page-wrapper" | 
 |  |  |     hasBorder | 
 |  |  |     :needAuth="false" | 
 |  |  |     developing | 
 |  |  |   > | 
 |  |  |     <ContentScrollView :paddingH="false"> | 
 |  |  |       <nut-form :model-value="form" ref="formRef" :rules="rules"> | 
 |  |  |         <nut-form-item label="企业名称:" class="bole-form-item" prop="companyName" required> | 
 |  |  | 
 |  |  |  | 
 |  |  | <script setup lang="ts"> | 
 |  |  | import { FormRules } from '@nutui/nutui-taro/dist/types/__VUE/form/types'; | 
 |  |  | // import * as cooperationApplyServices from '@12333/services/api/CooperationApply'; | 
 |  |  | import { CooperateTypeText, CooperateApplyTypeEnum } from '@12333/constants'; | 
 |  |  | import { FormValidator, Message } from '@12333/utils'; | 
 |  |  | import Taro from '@tarojs/taro'; |