“linengliang”
2023-09-18 2e3a185dce148c14051f96892841614b28e72d86
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>