@@ -112,6 +112,7 @@
<template slot-scope="{ row }">
<el-tag v-if="row.handleWay == '1'">{{$t("machining.common.handleWay.one")}}</el-tag>
<el-tag v-if="row.handleWay == '2'" type="success">{{$t("machining.common.handleWay.two")}}</el-tag>
+ <el-tag v-if="row.handleWay == '3'" type="success">{{$t("machining.common.handleWay.three")}}</el-tag>
</template>
</el-table-column>
<!-- 补单单号 -->