e8631f57 by weimo934

提交代码

1 parent 797f9643
......@@ -171,13 +171,13 @@
width="200"
>
</el-table-column>
<el-table-column
<!-- <el-table-column
prop="ljr"
label="来件人"
align="center"
width="400"
>
</el-table-column>
</el-table-column>-->
<el-table-column
prop="CREATETIME"
label="登记时间"
......@@ -195,7 +195,11 @@
label="接收时间"
align="center"
width="200"
>
> <template slot-scope="scope">
<span>{{
scope.row.RECEIVETIME | dataFormat
}}</span>
</template>
</el-table-column>
</el-table>
<el-table
......