@@ -101,7 +101,7 @@
:src="record.productMainPic && record.productMainPic.imageUrl?(record.productMainPic.imageUrl+'?x-oss-process=image/resize,h_30,m_lfit'):defImg"
width="30"
height="30"
- class="imageUrl"
+ style="cursor: pointer;"
@click="handlePicDetail(record)" />
</template>
<!-- 产品编码 -->
@@ -49,6 +49,7 @@
v-model="form.entryDate"
type="date"
:disabled-date="disabledDate"
+ :defaultValue="null"
placeholder="请选择入职时间"
style="width: 100%;"
/>