diff --git a/src/components/Template/BaseInfoFormPcakge.vue b/src/components/Template/BaseInfoFormPcakge.vue index 2e5bf76..36dc68c 100644 --- a/src/components/Template/BaseInfoFormPcakge.vue +++ b/src/components/Template/BaseInfoFormPcakge.vue @@ -535,7 +535,6 @@ export default { this.$emit("blur", { key, value: val, ...this.formFields }); }, onValueChangeCompareTo(key, val, compKey) { -console.log(key,val,compKey,"compKey") // compareTo 功能:当fillType==="actFill"时,判断当前值是否与compareTo字段的值一样,如果不一样则将当前input框的背景色标记成橙色 const currentFieldConfig = this.allFieldsConfig[key]; if (currentFieldConfig && currentFieldConfig.fillType === "actFill" && (currentFieldConfig.compareTo || compKey)) { diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index 617230a..aa35ed2 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -22,8 +22,13 @@ + :disabled="getDisabled()" format="yyyy/MM/dd HH:mm:ss" + :placeholder="getPlaceholder()" @change="(val)=>onDateChange(val,'yyyy/MM/DD HH:mm:ss')"> + +