|
|
@@ -103,7 +103,7 @@
|
|
|
<template v-if="scope.row.status == 'active' || scope.row.status == 'inactive'">
|
|
|
<template v-if="scope.row.status == 'active'">
|
|
|
<el-button v-auth="scope.row" type="primary" link icon="edit" @click.stop="table_edit(scope.row)">修改</el-button>
|
|
|
- <el-button v-auth="scope.row" type="primary" link icon="upload" @click.stop="table_edit(scope.row)">上报</el-button>
|
|
|
+ <el-button type="primary" link icon="upload" @click.stop="table_edit(scope.row)">上报</el-button>
|
|
|
</template>
|
|
|
<template v-if="scope.row.status == 'inactive'">
|
|
|
<el-button v-auth="scope.row" type="primary" link icon="tickets" @click.stop="table_edit(scope.row)">重新上报</el-button>
|