修改查看考核列表操作按钮延时展示问题

dev_2022-05-11
e 3 years ago
parent 2911e049e4
commit ccc20e0acd
  1. 2
      src/pages/assessment/list/index.vue

@ -97,7 +97,7 @@
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="170">
<template slot-scope="scope" v-if="scope.row.show">
<template slot-scope="scope">
<template v-if="scope.row.status == 0">
<el-button v-if="scope.row.type == 1" type="text" @click="start(scope.row)">启动</el-button>
<el-button v-if="auth('修改')" type="text" @click="edit(scope.row)">修改</el-button>

Loading…
Cancel
Save