src/components/PIMTable/PIMTable.vue
@@ -137,7 +137,7 @@ v-if="o.showHide ? o.showHide(scope.row) : true" :disabled="o.disabled ? o.disabled(scope.row) : false" :plain="o.plain" type="primary" :type="o.type && ['primary', 'success', 'warning', 'danger', 'info'].includes(o.type) ? o.type : 'primary'" :style="{ color: o.name === '删除' || o.name === 'delete'