gaoluyang
19 小时以前 89b4ccc1bf351417bbe0acbc8246a681514bd173
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'