浏览代码

[CODE]: 列表展示中文

maxianghua 4 年之前
父节点
当前提交
599edd748c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 2 - 2
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -282,14 +282,14 @@
         sortable
         prop="fBillstatus"
       >
-        <template slot-scope="scope">
+<!--        <template slot-scope="scope">
           <span v-if="scope.row.fBillstatus === 1">新建</span>
           <span v-if="scope.row.fBillstatus === 2">暂存</span>
           <span v-if="scope.row.fBillstatus === 3">审核驳回</span>
           <span v-if="scope.row.fBillstatus === 4">提交审核</span>
           <span v-if="scope.row.fBillstatus === 5">审核中</span>
           <span v-if="scope.row.fBillstatus === 6">审核通过</span>
-        </template>
+        </template>-->
       </el-table-column>
       <el-table-column
         label="制单人"