1、完善发货模板
2、完善运输计划 3、完善运单管理
This commit is contained in:
@@ -22,20 +22,18 @@
|
||||
</el-radio-group>
|
||||
</template>
|
||||
<template #menu="scope">
|
||||
<el-button
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
v-if="permission.work_start_flow"
|
||||
@click.stop="handleStart(scope.row)"
|
||||
>发起
|
||||
</el-button>
|
||||
<el-button
|
||||
</el-link>
|
||||
<el-link
|
||||
type="primary"
|
||||
text
|
||||
v-if="permission.work_start_image"
|
||||
@click.stop="handleImage(scope.row, scope.index)"
|
||||
>流程图
|
||||
</el-button>
|
||||
</el-link>
|
||||
</template>
|
||||
<template #tenantId="{ row }">
|
||||
<el-tag>{{ row.tenantId === '' ? '通用' : row.tenantId }}</el-tag>
|
||||
|
||||
Reference in New Issue
Block a user