src/views/model/pre/predict/index.vue
@@ -39,7 +39,7 @@ type="primary" plain @click="openForm('create')" v-hasPermi="['system:tenant:create']" v-hasPermi="['model:pre-predict:create']" > <Icon icon="ep:plus" class="mr-5px" /> 新增 @@ -73,7 +73,7 @@ link type="primary" @click="openForm('update', scope.row.id)" v-hasPermi="['system:tenant:update']" v-hasPermi="['model:pre-predict:update']" > 编辑 </el-button> @@ -81,7 +81,7 @@ link type="danger" @click="handleDelete(scope.row.id)" v-hasPermi="['system:tenant:delete']" v-hasPermi="['model:pre-predict:delete']" > 删除 </el-button>