Commit d0009909 authored by dcy's avatar dcy

调仓明细中的调仓编号不正确,应该按照调仓记录生成对应的条数序号

parent ccad72fc
......@@ -50,7 +50,7 @@
{{$t('调仓明细')}}
</el-divider>
<el-table :data="warehouseList" v-if="type == 2">
<el-table-column :label="$t('调仓编号')" prop="id"></el-table-column>
<el-table-column :label="$t('调仓编号')" type="index" ></el-table-column>
<el-table-column :label="$t('调出仓库')" prop="warehouseOutName" ></el-table-column>
<el-table-column :label="$t('调入仓库')" prop="warehouseInName"></el-table-column>
<el-table-column :label="$t('申请人')" prop="creatorName"></el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment