@@ -54,6 +54,11 @@
</el-tag>
</template>
+ <!-- 自定义操作列:不可编辑按钮 -->
+ <template slot="editBtn" slot-scope="{ row, index }">
+ <el-button type="text" size="small" disabled>不可编辑</el-button>
+ </template>
+
</avue-crud>
</div>