Commit 1663365a by liushikai

去掉交易状态信息

parent a333b4f1
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</el-row> </el-row>
<el-row style="margin-top: 2rem"> <!-- <el-row style="margin-top: 2rem">
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>交易状态信息 —— {{ transactionStatus.busiNo }}</span> <span>交易状态信息 —— {{ transactionStatus.busiNo }}</span>
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
</form> </form>
</div> </div>
</el-card> </el-card>
</el-row> </el-row> -->
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body> <el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns"></div> <div class="m-list-btns"></div>
</el-dialog> </el-dialog>
......
...@@ -455,7 +455,7 @@ ...@@ -455,7 +455,7 @@
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</el-row> </el-row>
<el-row style="margin-top: 2rem"> <!-- <el-row style="margin-top: 2rem">
<c-col :span="23"> <c-col :span="23">
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
</div> </div>
</el-card> </el-card>
</c-col> </c-col>
</el-row> </el-row> -->
<!-- <el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body> <!-- <el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns"> <div class="m-list-btns">
</div> </div>
......
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