|
@@ -220,6 +220,7 @@
|
220
|
220
|
scope.row.execution_frequency
|
221
|
221
|
}}</template>
|
222
|
222
|
</el-table-column>
|
|
223
|
+
|
223
|
224
|
<el-table-column
|
224
|
225
|
align="center"
|
225
|
226
|
prop="number_days"
|
|
@@ -228,6 +229,7 @@
|
228
|
229
|
>
|
229
|
230
|
<template slot-scope="scope">{{ scope.row.number_days }}天</template>
|
230
|
231
|
</el-table-column>
|
|
232
|
+
|
231
|
233
|
<el-table-column align="center" prop="total" width="50" label="总量">
|
232
|
234
|
<template slot-scope="scope">
|
233
|
235
|
<div>{{ scope.row.total }} {{ scope.row.unit }}</div>
|