|
@@ -72,6 +72,7 @@
|
|
|
<span v-if="scope.row.exportLogType === 1">机器人</span>
|
|
|
<span v-else-if="scope.row.exportLogType === 2">充电机</span>
|
|
|
<span v-else-if="scope.row.exportLogType === 3">BMS</span>
|
|
|
+ <span v-else-if="scope.row.exportLogType === 4">充电订单</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="exporterName" label="创建人" />
|