Commit 9498b7ac by liuchenxi

update: 隐藏取消同步btn

parent c4a3d65e
......@@ -17,7 +17,7 @@
<el-table-column label="添加时间" prop="flagUpdateTime">
<template slot-scope="{ row }">{{ row.flagUpdateTime ? dateformat(new Date(row.flagUpdateTime), 'yyyy-MM-dd hh:mm:ss') : '--' }}</template>
</el-table-column>
<el-table-column label="操作">
<el-table-column label="操作" v-if="false">
<template slot-scope="{ row }"><el-button type="text" @click="cancelSync(row)">取消同步</el-button></template>
</el-table-column>
</el-table>
......
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