han\hanst 3 weeks ago
parent
commit
655ee45e28
  1. 4
      src/views/modules/sampleTracking/projectProofTracking.vue

4
src/views/modules/sampleTracking/projectProofTracking.vue

@ -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 {

Loading…
Cancel
Save