Commit a6d4b1dc authored by root's avatar root

update table first column & cell to fixed

parent 70bb629f
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
</view> </view>
<view class="content-cell" v-for="(item, index) in elementInfo.table.column" :key="index"> <view class="content-cell" v-for="(item, index) in elementInfo.table.column" :key="index">
<view class="cell" v-if ="item.title != 'Store' ">{{ item.title }}</view> <view class="cell" v-if ="item.title != 'Store' ">{{ item.title }}</view>
<view style="left: 100px;"></view>
</view> </view>
</view> </view>
......
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