兰宝车间质量管理系统-前端
DESKTOP-IGCH756\PC
2023-09-28 99a6b562335da60795f61b7c29f5414b3bfd3469
src/components/BuildCode/render.vue
@@ -4,11 +4,11 @@
const props = defineProps({
  formJson: {
    type: [String, Object],
    default: {}
    default: ""
  },
  formData: {
    type: [String, Object],
    default: {}
    default: ""
  },
  isView: {
    type: Boolean,