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