前端修改

This commit is contained in:
2025-11-11 14:52:41 +08:00
parent 613f509466
commit b0a9fae314
4 changed files with 15 additions and 112 deletions

View File

@@ -72,7 +72,9 @@
<el-table-column label="操作类型" align="center" prop="actionType" width="160" >
<template slot-scope="scope">
<dict-tag :options='dict.type.action_type' :value="scope.row.actionType "></dict-tag>
<span v-if="scope.row.actionType===5">移库操作已在移动端完成</span>
<span v-else-if="scope.row.actionType===4">发货操作已在移动端完成</span>
<dict-tag v-else :options='dict.type.action_type' :value="scope.row.actionType "></dict-tag>
</template>
</el-table-column>