1、完善客商模块
2、完善基础数据模块 3、完善规范
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
text
|
||||
icon="el-icon-refresh"
|
||||
v-if="permission.flow_manager_state"
|
||||
@click.stop="handleState(scope.row, scope.index)"
|
||||
>变更状态
|
||||
@@ -34,7 +33,6 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
text
|
||||
icon="el-icon-search"
|
||||
v-if="permission.flow_manager_image"
|
||||
@click.stop="handleImage(scope.row, scope.index)"
|
||||
>流程图
|
||||
@@ -42,7 +40,6 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
text
|
||||
icon="el-icon-delete"
|
||||
v-if="permission.flow_manager_remove"
|
||||
@click.stop="handleSlotDelete(scope.row, scope.index)"
|
||||
>删除
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
type="primary"
|
||||
text
|
||||
size="default"
|
||||
icon="el-icon-setting"
|
||||
v-if="permission.flow_model_update"
|
||||
@click.stop="handleUpdate(scope.row, scope.index)"
|
||||
>配置
|
||||
@@ -49,7 +48,6 @@
|
||||
type="primary"
|
||||
text
|
||||
size="default"
|
||||
icon="el-icon-upload"
|
||||
v-if="permission.flow_model_deploy"
|
||||
@click.stop="handleDeploy(scope.row, scope.index)"
|
||||
>部署
|
||||
@@ -58,7 +56,6 @@
|
||||
type="primary"
|
||||
text
|
||||
size="default"
|
||||
icon="el-icon-delete"
|
||||
v-if="permission.flow_model_delete"
|
||||
@click.stop="handleSlotDelete(scope.row, scope.index)"
|
||||
>删除
|
||||
|
||||
Reference in New Issue
Block a user