Commit ef6e2d9e by Kyle_Li

Merge branch 'feature/表格提示' of http://115.159.76.241/memberTag/memberTag-web into dev

parents c78c54c2 a4cb3837
......@@ -222,6 +222,12 @@
<template slot-scope="{ row }">{{ row.fixedType ? '是' : '否' }}</template>
</el-table-column>
<el-table-column prop="appStatus" label="好办展示" >
<template slot="header">
好办展示
<el-tooltip effect="dark" content="开启后,默认次日更新。如需立即更新,请至好办后台选择立即同步。" placement="top">
<i class="el-icon-info"></i>
</el-tooltip>
</template>
<template slot-scope="scope">
<el-switch :active-value="1" :inactive-value="0" v-model="scope.row.appStatus" active-color="#1890ff" @change="switchAppStatus(scope.row.appStatus, scope.row)"> </el-switch>
</template>
......@@ -337,6 +343,12 @@
</template>
</el-table-column>
<el-table-column prop="appStatus" label="好办展示" >
<template slot="header">
好办展示
<el-tooltip effect="dark" content="开启后,默认次日更新。如需立即更新,请至好办后台选择立即同步。" placement="top">
<i class="el-icon-info"></i>
</el-tooltip>
</template>
<template slot-scope="scope">
<el-switch :active-value="1" :inactive-value="0" v-model="scope.row.appStatus" active-color="#1890ff" @change="switchAppStatus(scope.row.appStatus, scope.row)"> </el-switch>
</template>
......
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