1、完善发货模板

2、完善运输计划
3、完善运单管理
This commit is contained in:
2026-08-05 15:52:24 +08:00
parent e683c2cc00
commit 433c611195
72 changed files with 7556 additions and 772 deletions

View File

@@ -23,20 +23,18 @@
</el-button>
</template>
<template #menu="scope">
<el-button
<el-link
type="primary"
text
@click.stop="handleDesign(scope.row.name)"
v-if="userInfo.authority.includes('admin')"
>设计
</el-button>
<el-button
</el-link>
<el-link
type="primary"
text
@click.stop="handlePreview(scope.row.name)"
v-if="userInfo.authority.includes('admin')"
>预览
</el-button>
</el-link>
</template>
<template #name="{ row }">
<el-tag style="cursor: pointer" @click="handlePreview(row.name)">{{ row.name }}</el-tag>