Browse Source

当前任务状态

feture-12345
是小王呀\24601 6 months ago
parent
commit
d3fa0669fd
  1. 2
      src/views/modules/base/smartExcel/index.vue

2
src/views/modules/base/smartExcel/index.vue

@ -80,7 +80,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="taskStateName" align="center" width="100" label="任务状态" :show-overflow-tooltip="true"> <el-table-column prop="taskStateName" align="center" width="100" label="当前任务状态" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.taskStateName <span>{{ scope.row.taskStateName
}}</span> }}</span>

Loading…
Cancel
Save