|
@@ -125,21 +125,21 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
@click="goDetail(scope.row)"
|
|
|
- v-hasPermi="['business:JOINTCONFERENCE:edit']"
|
|
|
+ v-hasPermi="['business:JOINTCONFERENCE:query']"
|
|
|
>会议详情</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
@click="handleUnit(scope.row)"
|
|
|
- v-hasPermi="['business:JOINTCONFERENCE:edit']"
|
|
|
+ v-hasPermi="['business:JOINTCONFERENCE:query']"
|
|
|
>单位指派</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
@click="handleUnit(scope.row)"
|
|
|
- v-hasPermi="['business:JOINTCONFERENCE:edit']"
|
|
|
+ v-hasPermi="['business:JOINTCONFERENCE:query']"
|
|
|
>会议回复</el-button
|
|
|
>
|
|
|
</template>
|