简写部分代码
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| <template> | ||||
|   <section class="approval-manage"> | ||||
|   <section class="AppApprovalManage"> | ||||
|     <ai-list v-if="showList"> | ||||
|       <template slot="title"> | ||||
|         <ai-title title="审批管理" :isShowBottomBorder="false"></ai-title> | ||||
|         <ai-title title="审批管理" :isShowBottomBorder="false"/> | ||||
|       </template> | ||||
|       <template slot="tabs"> | ||||
|         <el-tabs class="tabs-page" v-model="currIndex"> | ||||
| @@ -86,7 +86,7 @@ | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
|   .approval-manage { | ||||
|   .AppApprovalManage { | ||||
|     width: 100%; | ||||
|     height: 100%; | ||||
|     background-color: #F3F6F9; | ||||
|   | ||||
| @@ -61,7 +61,7 @@ | ||||
|                       </el-form-item> | ||||
|                     </div> | ||||
|                     <template v-if="applyForm=={}"> | ||||
|                       <div class="no-data"></div> | ||||
|                       <div class="no-data"/> | ||||
|                     </template> | ||||
|                   </div> | ||||
|                 </el-form> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user