Commit addade34 authored by 邓春圆's avatar 邓春圆

到仓日期修改为必填

parent 9dc8cf77
......@@ -111,7 +111,10 @@
:placeholder="$t('选择日期')">
</el-date-picker>
</el-descriptions-item>
<el-descriptions-item :label="$t('到仓日期')" v-if="type == 2">
<el-descriptions-item v-if="type == 2">
<template slot="label">
<span style="color: red;font-size: 20px;margin-right: 5px;">*</span>{{$t('到仓日期')}}
</template>
<el-date-picker
value-format="yyyy-MM-dd HH:mm:ss"
v-model="params.arrivalDate"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment