|
@@ -392,9 +392,9 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column label="日期" prop="createTime" width="200">
|
|
<el-table-column label="日期" prop="createTime" width="200">
|
|
|
- <!-- <template slot="header" slot-scope="scope">
|
|
|
|
|
|
|
+ <template slot="header" slot-scope="scope">
|
|
|
{{ dateType == 1 ? '采购日期' : '生产日期' }}
|
|
{{ dateType == 1 ? '采购日期' : '生产日期' }}
|
|
|
- </template> -->
|
|
|
|
|
|
|
+ </template>
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
{{ row.createTime }}
|
|
{{ row.createTime }}
|
|
|
</template>
|
|
</template>
|