소스 검색

测试提交

chenjiacheng 5 달 전
부모
커밋
ffd5385d91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/product-manage/Columns.ts

+ 1 - 1
src/views/product-manage/Columns.ts

@@ -1,5 +1,5 @@
 export const ProductColumns = [
-  { type: 'checkbox', width: 50, align: 'center', fixed: 'left' },
+  { type: 'checkbox', width: 51, align: 'center', fixed: 'left' },
   {
     field: 'is_monitor', title: '监控管理', width: 90, align: 'center', fixed: 'left',
     slots: { default: 'is_monitor' }