|
@@ -92,6 +92,14 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
+ <el-table-column :label="$t('bt.table.isStarving')" :show-overflow-tooltip="true" align="center"
|
|
|
+ prop="isStarving" width="">
|
|
|
+
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.isStarving === '0' ? '是' : '否' }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
<el-table-column :label="$t('bt.table.goodsStatus')" :show-overflow-tooltip="true" align="center"
|
|
|
prop="udStatus" width="">
|
|
|
|