|  | @@ -63,17 +63,17 @@
 | 
	
		
			
				|  |  |  				</el-form>
 | 
	
		
			
				|  |  |  				<el-row :gutter="10" class="mb8">
 | 
	
		
			
				|  |  |  					<el-col :span="1.5">
 | 
	
		
			
				|  |  | -						<el-button type="primary" @click="handleAdd" v-auth="'api/v1/flow/flowForm/add'"
 | 
	
		
			
				|  |  | +						<el-button type="primary" @click="handleAdd" v-auth="'add'"
 | 
	
		
			
				|  |  |  							><el-icon><ele-Plus /></el-icon>{{ t('message.flowForm.add') }}</el-button
 | 
	
		
			
				|  |  |  						>
 | 
	
		
			
				|  |  |  					</el-col>
 | 
	
		
			
				|  |  |  					<el-col :span="1.5">
 | 
	
		
			
				|  |  | -						<el-button type="success" :disabled="single" @click="handleUpdate(null)" v-auth="'api/v1/flow/flowForm/edit'"
 | 
	
		
			
				|  |  | +						<el-button type="success" :disabled="single" @click="handleUpdate(null)" v-auth="'edit'"
 | 
	
		
			
				|  |  |  							><el-icon><ele-Edit /></el-icon>{{ t('message.flowForm.edit') }}</el-button
 | 
	
		
			
				|  |  |  						>
 | 
	
		
			
				|  |  |  					</el-col>
 | 
	
		
			
				|  |  |  					<el-col :span="1.5">
 | 
	
		
			
				|  |  | -						<el-button type="danger" :disabled="multiple" @click="handleDelete(null)" v-auth="'api/v1/flow/flowForm/delete'"
 | 
	
		
			
				|  |  | +						<el-button type="danger" :disabled="multiple" @click="handleDelete(null)" v-auth="'delete'"
 | 
	
		
			
				|  |  |  							><el-icon><ele-Delete /></el-icon>{{ t('message.flowForm.delete') }}</el-button
 | 
	
		
			
				|  |  |  						>
 | 
	
		
			
				|  |  |  					</el-col>
 | 
	
	
		
			
				|  | @@ -104,16 +104,16 @@
 | 
	
		
			
				|  |  |  				<el-table-column :label="t('message.flowForm.creator')" align="center" prop="createdBy" min-width="150px" />
 | 
	
		
			
				|  |  |  				<el-table-column :label="t('message.flowForm.operation')" align="center" class-name="small-padding" min-width="200px" fixed="right">
 | 
	
		
			
				|  |  |  					<template #default="scope">
 | 
	
		
			
				|  |  | -						<el-button type="primary" link @click="handleView(scope.row)" v-auth="'api/v1/flow/flowForm/get'"
 | 
	
		
			
				|  |  | +						<el-button type="primary" link @click="handleView(scope.row)" v-auth="'get'"
 | 
	
		
			
				|  |  |  							><el-icon><ele-View /></el-icon>{{ t('message.flowForm.detail') }}</el-button
 | 
	
		
			
				|  |  |  						>
 | 
	
		
			
				|  |  | -						<el-button type="primary" link @click="handleUpdate(scope.row)" v-auth="'api/v1/flow/flowForm/edit'"
 | 
	
		
			
				|  |  | +						<el-button type="primary" link @click="handleUpdate(scope.row)" v-auth="'edit'"
 | 
	
		
			
				|  |  |  							><el-icon><ele-EditPen /></el-icon>{{ t('message.flowForm.edit') }}</el-button
 | 
	
		
			
				|  |  |  						>
 | 
	
		
			
				|  |  | -						<el-button type="primary" link @click="handleGen(scope.row)" v-auth="'api/v1/flow/flowForm/gen'"
 | 
	
		
			
				|  |  | +						<el-button type="primary" link @click="handleGen(scope.row)" v-auth="'gen'"
 | 
	
		
			
				|  |  |  							><el-icon><ele-Position /></el-icon>{{ t('message.flowForm.deployForm') }}</el-button
 | 
	
		
			
				|  |  |  						>
 | 
	
		
			
				|  |  | -						<el-button type="primary" link @click="handleDelete(scope.row)" v-auth="'api/v1/flow/flowForm/delete'"
 | 
	
		
			
				|  |  | +						<el-button type="primary" link @click="handleDelete(scope.row)" v-auth="'delete'"
 | 
	
		
			
				|  |  |  							><el-icon><ele-DeleteFilled /></el-icon>{{ t('message.flowForm.delete') }}</el-button
 | 
	
		
			
				|  |  |  						>
 | 
	
		
			
				|  |  |  					</template>
 |