Commit 10843a67 authored by 黄奎's avatar 黄奎

页面修改

parent 254b992d
......@@ -110,14 +110,14 @@
</div>
</template>
</el-table-column>
<el-table-column prop="IsTop" label="是否置顶" width="80">
<el-table-column prop="IsTop" label="置顶" width="75">
<template slot-scope="scope">
<el-switch v-model="scope.row.IsTop" active-color="#409EFF" :active-value="1" :inactive-value="0"
@change="updateIsTop(scope.row)">
</el-switch>
</template>
</el-table-column>
<el-table-column prop="IsUse" label="状态" width="80">
<el-table-column prop="IsUse" label="状态" width="75">
<template slot-scope="scope">
<el-switch v-model="scope.row.IsUse" active-color="#409EFF" :active-value="1" :inactive-value="0"
@change="updateIsUse(scope.row)">
......
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