|
@@ -80,7 +80,7 @@
|
|
<el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe>
|
|
<el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe>
|
|
<el-table-column align="center" label="提货进度" min-width="120" show-overflow-tooltip>
|
|
<el-table-column align="center" label="提货进度" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-progress :text-inside="true" :stroke-width="26" :percentage="((scope.row.takeQty * 100) / (scope.row.totalQty * 100)) || 0"></el-progress>
|
|
|
|
|
|
+ <el-progress :text-inside="true" :stroke-width="26" :percentage="((scope.row.hasSendQty * 100) / (scope.row.totalQty * 100)) || 0"></el-progress>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center" label="审核状态" prop="examineStatus" min-width="100" show-overflow-tooltip>
|
|
<el-table-column align="center" label="审核状态" prop="examineStatus" min-width="100" show-overflow-tooltip>
|