前端修改
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user