Commit 88786aba authored by zhuangxinwei's avatar zhuangxinwei

状态居中

parent 4aeb27b5
......@@ -114,6 +114,7 @@
<div>State</div>
</template>
<template slot-scope="scope">
<div style="text-align: center">
<el-switch
v-model="scope.row.flag"
class="switchDisabledStyle"
......@@ -121,6 +122,7 @@
active-value="1"
@click.native="handleStatusChange(scope.row)"
/>
</div>
</template>
</el-table-column>
<el-table-column
......
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