|
@@ -185,10 +185,10 @@
|
|
|
<span>{{scope.row.enginOrderNo}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="订单日期" prop="orderDate" min-width="120" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="订单日期" prop="orderDate" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- <span>{{scope.row.orderDate | dateToDayFilter}}</span>
|
|
|
+ <span>{{scope.row.orderDate}}</span>
|
|
|
<el-button type="text" icon="el-icon-edit" style="padding: 0; margin-left: 4px" @click="editDate(scope.row)" v-if="$checkBtnRole('date', $route.meta.roles) && (scope.row.examineStatus === 'SAVE' || scope.row.examineStatus === 'WAIT')" ></el-button>
|
|
|
</div>
|
|
|
</template>
|