52323 企标制修订计划管控 去掉创建时间的排序

This commit is contained in:
宋伟佳
2022-04-01 10:03:16 +08:00
parent c5b47fbcc2
commit 5e62f4c21f
@@ -188,7 +188,6 @@
<el-table-column
prop="createTime"
label="创建时间"
sortable="custom"
align="center">
<template slot-scope="scope">
<span>{{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}</span>