lyh
2025-03-19 bab64d0b2147a3e619e53d7417e40b5bd45fcfdb
src/views/dnc/base/modules/ProductStructure/Part/PartModalForm.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/parts/add',
          edit: '/nc/parts/edit'
        }
      }
    },
    computed: {
      formDisabled() {
        return this.disabled
      }
    },
    created() {