feat: 按钮权限

This commit is contained in:
2025-12-18 20:36:23 +08:00
parent 901d7bab71
commit cfd6b5b140

View File

@ -33,7 +33,8 @@
<div class="right"> <div class="right">
<el-button type="primary" size="small" @click="joinMeeting(item, '会议')">加入会议</el-button> <el-button type="primary" size="small" @click="joinMeeting(item, '会议')">加入会议</el-button>
<el-button type="primary" size="small" @click="feedBack(item)">反馈情况</el-button> <el-button type="primary" size="small" @click="feedBack(item)">反馈情况</el-button>
<el-button type="primary" size="small" @click="disposeIssue(item)">处置下发</el-button> <el-button v-if="cityIntelligenceCommand" type="primary" size="small"
@click="disposeIssue(item)">处置下发</el-button>
</div> </div>
</div> </div>
@ -111,6 +112,7 @@ import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue";
import ConferenceRoom from "./components/Communications/conferenceRoom.vue"; import ConferenceRoom from "./components/Communications/conferenceRoom.vue";
import SemdFqzl from '@/components/instructionHasBeen/sendFqzl.vue' import SemdFqzl from '@/components/instructionHasBeen/sendFqzl.vue'
import Information from "@/views/home/model/information.vue"; import Information from "@/views/home/model/information.vue";
import { isShiQingZhi } from "@/utils/auth.js"
const router = useRouter(); const router = useRouter();
const route = useRoute(); const route = useRoute();
@ -124,7 +126,8 @@ const viewFeedbackRef = ref() // 查看反馈弹窗引用
const semdFqzlRef = ref() const semdFqzlRef = ref()
/** 发送指令Item */ /** 发送指令Item */
const itemData = ref({}) const itemData = ref({})
/** 市情指 */
const cityIntelligenceCommand = ref(isShiQingZhi())
/** 下发指令 */ /** 下发指令 */
const showDialog = ref(false) const showDialog = ref(false)
const tacitly = { const tacitly = {