|
|
@ -108,7 +108,7 @@ |
|
|
{{ scope.row.proofingStatus || '进行中' }}</a> |
|
|
{{ scope.row.proofingStatus || '进行中' }}</a> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="Tracking Status" align="center" width="190" show-overflow-tooltip> |
|
|
|
|
|
|
|
|
<el-table-column label="Tracking Status" align="center" width="150" show-overflow-tooltip> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div :class="getTrackingStatusClass(scope.row)"> |
|
|
<div :class="getTrackingStatusClass(scope.row)"> |
|
|
{{ getTrackingStatusText(scope.row) }} |
|
|
{{ getTrackingStatusText(scope.row) }} |
|
|
@ -3611,7 +3611,7 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.sync-text--pending { |
|
|
.sync-text--pending { |
|
|
color: #e6a23c; |
|
|
|
|
|
|
|
|
color: #606266; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tracking-status { |
|
|
.tracking-status { |
|
|
|