Commit 41b84541 authored by 黄奎's avatar 黄奎

1

parent 97312de9
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
</ul> </ul>
</div> </div>
<el-table :data="dataList" stripe style="width: 100%" max-height="700" v-loading='loading' ref="table"> <el-table :data="dataList" stripe style="width: 100%" max-height="700" v-loading='loading' ref="table" :header-cell-style="{'text-align':'left'}">
<el-table-column fixed prop="Id" label="Id" width="80"> </el-table-column> <el-table-column fixed prop="Id" label="Id" width="80"> </el-table-column>
<el-table-column fixed prop="StartCityName" label="出/到城市" > <el-table-column fixed prop="StartCityName" label="出/到城市" >
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -166,6 +166,9 @@ ...@@ -166,6 +166,9 @@
</el-table-column> </el-table-column>
<el-table-column fixed prop="Price" label="预计价格" width="120"> </el-table-column> <el-table-column fixed prop="Price" label="预计价格" width="120"> </el-table-column>
<el-table-column fixed prop="Description" label="备注" > </el-table-column>
<el-table-column fixed prop="ProductState" label="上架状态" width="80"> <el-table-column fixed prop="ProductState" label="上架状态" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -180,8 +183,6 @@ ...@@ -180,8 +183,6 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed prop="Description" label="备注" > </el-table-column>
<el-table-column prop="UpdateByName" label="创建人" width="150"> <el-table-column prop="UpdateByName" label="创建人" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
......
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