1、完善发货模板
2、完善运输计划 3、完善运单管理
This commit is contained in:
@@ -15,27 +15,24 @@
|
||||
@on-load="onLoad"
|
||||
>
|
||||
<template #menu="scope">
|
||||
<el-button
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
v-if="permission.work_todo_handle"
|
||||
@click.stop="handleWork(scope.row)"
|
||||
>处理
|
||||
</el-button>
|
||||
<el-button
|
||||
</el-link>
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
v-if="permission.work_todo_detail"
|
||||
@click.stop="handleDetail(scope.row)"
|
||||
>详情
|
||||
</el-button>
|
||||
<el-button
|
||||
</el-link>
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
v-if="permission.work_todo_follow"
|
||||
@click.stop="handleImage(scope.row, scope.index)"
|
||||
>流程图
|
||||
</el-button>
|
||||
</el-link>
|
||||
</template>
|
||||
<template #processDefinitionVersion="{ row }">
|
||||
<el-tag>v{{ row.processDefinitionVersion }}</el-tag>
|
||||
|
||||
Reference in New Issue
Block a user