wanggaokun hace 1 año
padre
commit
7366c62f25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/tool/gen/components/columnInfo.vue

+ 1 - 1
src/views/tool/gen/components/columnInfo.vue

@@ -144,7 +144,7 @@ const columns = reactive<ColumnProps<any>[]>([
     render: scope => {
       return (
         <div>
-          <el-checkbox vModel_trim={scope.row.isRequired} />
+          <el-checkbox vModel_trim={scope.row.isRequired} true-value="1" false-value="0" />
         </div>
       )
     }