style: dict style
							parent
							
								
									cc90441df2
								
							
						
					
					
						commit
						0beef9e1d2
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="flex">
 | 
					  <div class="flex">
 | 
				
			||||||
    <BasicTable @register="registerTable" class="w-1/2 xl:w-1/2" @row-click="handleRowClick">
 | 
					    <BasicTable @register="registerTable" class="w-1/2" @row-click="handleRowClick">
 | 
				
			||||||
      <template #toolbar>
 | 
					      <template #toolbar>
 | 
				
			||||||
        <a-button type="primary" v-auth="['system:dict:create']" :preIcon="IconEnum.ADD" @click="handleCreate">
 | 
					        <a-button type="primary" v-auth="['system:dict:create']" :preIcon="IconEnum.ADD" @click="handleCreate">
 | 
				
			||||||
          {{ t('action.create') }}
 | 
					          {{ t('action.create') }}
 | 
				
			||||||
| 
						 | 
					@ -27,7 +27,7 @@
 | 
				
			||||||
        </template>
 | 
					        </template>
 | 
				
			||||||
      </template>
 | 
					      </template>
 | 
				
			||||||
    </BasicTable>
 | 
					    </BasicTable>
 | 
				
			||||||
    <DictData class="w-1/2 xl:w-1/2" :searchInfo="searchInfo" />
 | 
					    <DictData class="w-1/2" :searchInfo="searchInfo" />
 | 
				
			||||||
    <DictTypeModal @register="registerModal" @success="reload()" />
 | 
					    <DictTypeModal @register="registerModal" @success="reload()" />
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue