Houjie
2025-06-10 a40d9c4080c37cc5860c5ebc5f946609c4bc33b2
src/views/eam/modules/projectMaintenanceOrder/ProjectMaintenanceOrderDetailModal.vue
@@ -17,8 +17,8 @@
            </a-form-model-item>
          </a-col>
          <a-col :span="12">
            <a-form-model-item label="设备编码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="equipmentNum">
              <a-input v-model="model.equipmentNum"placeholder="请输入设备编码" disabled></a-input>
            <a-form-model-item label="统一编码" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="equipmentNum">
              <a-input v-model="model.equipmentNum"placeholder="请输入统一编码" disabled></a-input>
            </a-form-model-item>
          </a-col>
        </a-row>