zhuangyunsheng 1 rok pred
rodič
commit
bde38a6a7d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/policyShare/index.vue

+ 1 - 1
src/views/policyShare/index.vue

@@ -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>