This commit is contained in:
lcw
2025-06-23 09:57:34 +08:00
parent 77819f1bed
commit b433509302
127 changed files with 206 additions and 192 deletions

View File

@ -64,7 +64,7 @@ import zbbb from "./zbbb.vue";
const props = defineProps({
title: {
type: String,
default: "林芝市检查站综合管理"
default: "林芝市环林卡口综合管理"
},
query: {
type: String,

View File

@ -22,7 +22,7 @@
:rules="rules"
>
<div class="bblxItem">
<div class="btItem">检查站设置</div>
<div class="btItem">环林卡口设置</div>
<div class="info">
<el-form-item>
<ChooseTable
@ -219,7 +219,7 @@
<div class="num">
{{ listQuery.jyqxList ? listQuery.jyqxList.length : 0 }}
</div>
<ChooseTable
:deptment="deptment"
v-if="!isDetail"