zhaowei
2025-07-15 86f0166e2a759e6ec2c34b0dd0b388bafa80cedd
src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue
@@ -47,8 +47,8 @@
          </a-form-model-item>
        </a-col>
        <a-col :span="12">
          <a-form-model-item label="结构类型">
            <a-input v-model="model.structureType" placeholder="请输入结构类型"></a-input>
          <a-form-model-item label="材质">
            <a-input v-model="model.structureType" placeholder="请输入材质"></a-input>
          </a-form-model-item>
        </a-col>
      </a-row>
@@ -115,11 +115,6 @@
          add: '/nc/component/add',
          edit: '/nc/component/edit'
        }
      }
    },
    computed: {
      formDisabled() {
        return this.disabled
      }
    },
    created() {