1
@@ -288,7 +288,7 @@
},
formatTime(time) {
if (time == null || time === '') {
- return 'N/A';
+ return '--';
}
let date = new Date(time);
return formatDate(date, 'yyyy-MM-dd hh:mm:ss')
@@ -187,7 +187,7 @@
filters:{
if(time==null||time===''){
@@ -178,7 +178,7 @@
<el-button
size="mini"
@click="handleCloseOrder(scope.$index, scope.row)"
- v-show="scope.row.status === 0"
+ v-show="scope.row.status === 0 || scope.row.status === 6"
>关闭订单</el-button
>
@@ -633,7 +633,7 @@ export default {
if (time == null || time === "") {
- return "";
+ return "--";
return formatDate(date, "yyyy-MM-dd hh:mm:ss");
@@ -190,7 +190,7 @@
formatTime(time){
@@ -236,7 +236,7 @@
@@ -53,7 +53,7 @@
return formatDate(date, 'hh:mm:ss')
@@ -108,7 +108,7 @@
@@ -243,7 +243,7 @@