@@ -47,7 +47,7 @@
}}</span
>{{ scope.row[item.prop3] }}
<el-button
- v-if="toData.templateStatus == 1"
+ v-if="toData.templateStatus == 1 && scope.row['goodsType'] == 1"
type="text"
:style="
scope.row[item.prop4] === -1 ? 'color:red!important;' : ''
@@ -72,7 +72,7 @@
style="color: green"
>{{
scope.row[item.prop4] ? scope.row[item.prop5] : "自动分班"
}}</el-button