gaoluyang
2025-06-26 fc7c94d3c56433945e19de8719fdd1f7bb6a8fa2
src/views/basicInformation/mould/coal.vue
@@ -18,6 +18,7 @@
          <el-input
              v-model="formData.coal"
              placeholder="请输入煤种名称"
              :disabled="isViewMode"
          />
        </el-form-item>
        <el-form-item label="维护人姓名" prop="maintainerId">
@@ -73,6 +74,7 @@
    default: ''
  },
})
const isViewMode = computed(() => props.addOrEdit.includes("viewRow"));
const copyForm = defineModel("copyForm", {
  required: true,
  type: Object,