src/views/eam/modules/predictiveWorkPlan/PredictiveSpareParts.vue
@@ -18,6 +18,7 @@ type="primary" icon="plus" v-if="planId != '' && isAdd " v-has="'predictiveWorkPlan:add&edit&delete'" >新增 </a-button> <div> @@ -42,6 +43,7 @@ title="确定删除吗?" @confirm="() => handleDelete(record.id)" v-if="planId != '' && isAdd " v-has="'predictiveWorkPlan:add&edit&delete'" > <a>删除</a> </a-popconfirm>