Commit a2020586 by lsk

表格格式修改

parent 626d5309
......@@ -212,7 +212,7 @@
</div> -->
<el-row>
<c-col :span="23">
<c-col :span="24">
<c-istream-table
:list="stmData.data"
:columns="stmData.columns"
......
......@@ -265,7 +265,7 @@
详情
</c-button>
</c-col> -->
<c-col :span="23">
<c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column fixed="right" prop="op" label="操作" width="140px">
<template slot-scope="scope">
......
......@@ -389,7 +389,7 @@
v-on:multipleSelect="multipleSelect"
> -->
<el-row>
<c-col :span="23">
<c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column
fixed="right"
......
......@@ -389,7 +389,7 @@
v-on:multipleSelect="multipleSelect"
> -->
<el-row>
<c-col :span="23">
<c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column
fixed="right"
......
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