yumeng hai 10 meses
pai
achega
0c442eebf5

+ 3 - 3
src/components/ctop/ActorModal.vue

@@ -204,20 +204,20 @@ export default {
 
 
                 phone: {
                 phone: {
                     rules: [{
                     rules: [{
-                        required: true,
+                        required: false,
                         message: '请输入手机号码!'
                         message: '请输入手机号码!'
                     }]
                     }]
                 },
                 },
                 idCard: {
                 idCard: {
                     rules: [{
                     rules: [{
-                        required: true,
+                        required: false,
                         message: '请输入身份证号!'
                         message: '请输入身份证号!'
                     }]
                     }]
                 },
                 },
 
 
                 unitPrice: {
                 unitPrice: {
                     rules: [{
                     rules: [{
-                        required: true,
+                        required: false,
                         message: '请输入单价/时薪!'
                         message: '请输入单价/时薪!'
                     }]
                     }]
                 },
                 },

+ 1 - 1
src/views/modules/Statistics/kuaishouReport/videoReport.vue

@@ -92,7 +92,7 @@
 
 
                         <a-col :md="12" :sm="12" :xxl="12" style="display: flex;justify-content: flex-end;">
                         <a-col :md="12" :sm="12" :xxl="12" style="display: flex;justify-content: flex-end;">
                             <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
                             <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
-                                <a-button type="primary" icon="search" @click="handleQueryList">查询</a-button>
+                                <a-button type="primary" icon="search" @click="handleQueryList"  :loading="loading">查询</a-button>
                                 <!-- <a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button"
                                 <!-- <a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button"
                                     >重置</a-button
                                     >重置</a-button
                                 > -->
                                 > -->

+ 1 - 3
src/views/modules/Statistics/toutiaoReport/videoReport.vue

@@ -87,6 +87,7 @@
                         <a-col :md="18" :sm="18" :xxl="18" style="display: flex;justify-content: flex-end;">
                         <a-col :md="18" :sm="18" :xxl="18" style="display: flex;justify-content: flex-end;">
                             <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
                             <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
                                 <a-button
                                 <a-button
+                                    :loading="loading"
                                     type="primary"
                                     type="primary"
                                     icon="search"
                                     icon="search"
                                     @click="
                                     @click="
@@ -95,9 +96,6 @@
                                     "
                                     "
                                     >查询</a-button
                                     >查询</a-button
                                 >
                                 >
-                                <!-- <a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button"
-                                    >重置</a-button
-                                > -->
                             </span>
                             </span>
                         </a-col>
                         </a-col>
                     </a-row>
                     </a-row>

+ 0 - 1
src/views/modules/Statistics/videoStatics/KSvideoStatics.vue

@@ -529,7 +529,6 @@ export default {
     return {
     return {
       material: '',
       material: '',
       searchLoading:false,
       searchLoading:false,
-
       designList:[],
       designList:[],
        detailLoading:false,
        detailLoading:false,
       clip:undefined,
       clip:undefined,

+ 1 - 1
src/views/modules/Statistics/videoStatics/TTvideoStatics.vue

@@ -43,7 +43,7 @@
 			<a-input class="myinput" v-model="videoID" style="width:250px" />
 			<a-input class="myinput" v-model="videoID" style="width:250px" />
 		</div> -->
 		</div> -->
 
 
-		<a-button type="primary" @click="searchRes">查询</a-button>
+		<a-button type="primary" @click="searchRes"  :loading="loading" >查询</a-button>
 		</div>
 		</div>
 
 
 		<div style="margin:15px 0" class="btndiv">
 		<div style="margin:15px 0" class="btndiv">