“linengliang”
2023-09-18 cbac269460317a5e9c350da949b0664a2913f365
src/views/eam/modules/predictiveWorkPlan/PredictiveParameters.vue
@@ -18,6 +18,7 @@
      type="primary"
      icon="plus"
      v-if="planId != '' && isAdd "
      v-has="'predictiveWorkPlan:add&edit&delete'"
    >新增
    </a-button>
    <div>
@@ -40,6 +41,8 @@
          <a-popconfirm
            title="确定删除吗?"
            @confirm="() => handleDelete(record.id)"
            v-if="planId != '' && isDel"
            v-has="'predictiveWorkPlan:add&edit&delete'"
          >
            <a>删除</a>
          </a-popconfirm>