|
@@ -275,7 +275,7 @@
|
|
|
<el-table-column label="供应商" align="center" prop="supplier">
|
|
<el-table-column label="供应商" align="center" prop="supplier">
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<!-- <el-table-column label="所属柜" align="center" prop="cabinetName" />-->
|
|
<!-- <el-table-column label="所属柜" align="center" prop="cabinetName" />-->
|
|
|
- <el-table-column label="有效期" align="center" prop="expirationDate">
|
|
|
|
|
|
|
+ <el-table-column label="有效期截止" align="center" prop="expirationDate">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.expirationDate }}
|
|
{{ scope.row.expirationDate }}
|
|
|
</template>
|
|
</template>
|
|
@@ -408,7 +408,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="有效期" prop="expirationDate">
|
|
|
|
|
|
|
+ <el-form-item label="有效期截止" prop="expirationDate">
|
|
|
<el-date-picker
|
|
<el-date-picker
|
|
|
v-model="form.expirationDate"
|
|
v-model="form.expirationDate"
|
|
|
type="date"
|
|
type="date"
|