Commit 8e248edd by liuchenxi

update: 放开取消同步按钮

parent c8dd2e23
......@@ -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="操作" v-if="false">
<el-table-column label="操作">
<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