fix 80264

This commit is contained in:
赵霄
2024-01-25 17:37:25 +08:00
parent 9ed54c3e80
commit 5f9db1562c
@@ -59,7 +59,7 @@
<a-col :md="6" :sm="8">
<a-form-item :label="$t('projectLibrary.workOrderNumber')" :labelCol="{span: 6}" :wrapperCol="{span: 14}">
<a-input :placeholder="$t('pleaseEnter') + $t('projectLibrary.workOrderNumber')"
v-model="queryParam.referenceStandard"></a-input>
v-model="queryParam.workNumber"></a-input>
</a-form-item>
</a-col>
</template>