Commit 6044a1b0 by 唐玉峰

.

parent e45a01ab
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
{{ decimal(scope.row.fee) }} {{ decimal(scope.row.fee) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="支付类型" prop="carD_TYPE"></el-table-column> <!-- <el-table-column label="支付类型" prop="carD_TYPE"></el-table-column> -->
</el-table> </el-table>
</div> </div>
<!-- 中间表格无数据 --> <!-- 中间表格无数据 -->
...@@ -362,10 +362,10 @@ export default { ...@@ -362,10 +362,10 @@ export default {
cloumn: "金额", cloumn: "金额",
name: "fee", name: "fee",
}, },
{ // {
cloumn: "支付类型", // cloumn: "支付类型",
name: "carD_TYPE", // name: "carD_TYPE",
}, // },
], ],
tableData: [], tableData: [],
options: [], //异常问题数据 options: [], //异常问题数据
......
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