Browse Source

隐藏电子二维码

chengyang
是小王呀\24601 9 months ago
parent
commit
232f35ca6b
  1. 20
      src/views/modules/base/community/communityTable.vue
  2. 4
      src/views/modules/base/orgUnitManger/index.vue
  3. 8
      src/views/modules/workSys/sysConfigure/index.vue

20
src/views/modules/base/community/communityTable.vue

@ -57,22 +57,22 @@
:disabled="yihuyidangDisabled"
@click="handleExportYihuyidang()">导出一户一档</el-button> -->
</div>
<div>
<!-- <div>
<el-popover popper-class="btn-popper" placement="bottom" style="margin-left: 10px" width="20"
trigger="click">
<!-- <div v-if="showImportBtn" class="table-more-btn">
<div v-if="showImportBtn" class="table-more-btn">
<el-button class="diy-button--other" size="small" type="text"
@click="handleExportModule('community')">下载小区模板</el-button>
</div> -->
</div>
<!-- <div v-if="showImportBtn" class="table-more-btn">
<div v-if="showImportBtn" class="table-more-btn">
<el-button :headers="$getElUploadHeaders()" class="diy-button--other" size="small" type="text"
@click="handleExportModule('building')">下载小区楼栋模板</el-button>
</div>
<div v-if="showImportBtn" class="table-more-btn">
<el-button :headers="$getElUploadHeaders()" class="diy-button--other" size="small" type="text"
@click="handleExportModule('room')">下载房屋模板</el-button>
</div> -->
</div>
<div class="table-more-btn">
<el-button :headers="$getElUploadHeaders()" class="diy-button--other" size="small" type="text"
@click="handleExportHouseDoorplate()">下载房屋电子门牌</el-button>
@ -81,7 +81,7 @@
<el-button :headers="$getElUploadHeaders()" class="diy-button--other" size="small" type="text"
@click="handleExportUnitDoorplate()">下载单元电子门牌</el-button>
</div>
<!-- <div
<div
v-if="
showYhymInfo && customerId !== '1535072605621841922'
"
@ -111,11 +111,11 @@
@click="createBatchNeiQrUrl"
>补全小程序小区码</el-button
>
</div> -->
</div>
<div v-if="displayedBaobiaoBtn" class="table-more-btn">
<el-button size="small" type="text" class="diy-button--other" @click="reportForm">智能填报</el-button>
</div>
<!-- <div
<div
v-if="agencyObj.level == 'community'"
class="table-more-btn"
>
@ -126,11 +126,11 @@
@click="handleDownQr(agencyObj, 'community')"
>社区二维码</el-button
>
</div> -->
</div>
<el-button size="small" style="float: right" class="diy-button--white" slot="reference">更多
<i class="el-icon-arrow-down el-icon--right"></i></el-button>
</el-popover>
</div>
</div> -->
</div>
<div class="m-table-item">

4
src/views/modules/base/orgUnitManger/index.vue

@ -523,10 +523,6 @@
page:this.pageNo,
limit:this.pageSize,
...this.formData
// shelveOnTimeFrom: this.formData.shelveOnTimeFrom,
// redeemOrgId: this.formData.redeemOrgId,
// classKey: this.formData.classKey,
// shelveOnTimeTo: this.formData.shelveOnTimeTo
}
const { data, code, msg } = await requestPost(url, params)

8
src/views/modules/workSys/sysConfigure/index.vue

@ -5,17 +5,17 @@
<div class="m-table">
<h2>系统高级配置</h2>
<div style="width: 100%; display: flex; align-items: center;">
<div class="" style="width: 100%; display: flex; flex-direction: column;margin-left: 30px;">
<div class="" style="width: 100%; display: flex; flex-direction: column;margin-left: 50px;">
<h3>12345政务热线</h3>
<div class="m-table"
style=" width: 100%; display: flex; flex-direction:column;align-items: center;justify-content: space-between;">
<div v-for="(item,index) in sysAdvancedList " style=" border-bottom: 1px dotted #000;width: 100%; display: flex; flex-direction: row;align-items: center;justify-content: space-between;">
<div style="display: flex; flex-direction: column;" >
<div>{{ item.advancedName }}</div>
<div v-if="item.remark">{{ item.remark }}
<h5>{{ item.advancedName }}</h5>
<h5 v-if="item.remark">{{ item.remark }}
<!-- <el-input-number v-model="num" @change="handleChange" style="width: 150px;"
:min="1" :max="10" label="描述文字"></el-input-number> -->
</div>
</h5>
</div>
<div>
<el-switch :v-model="item.openFlag" active-color="#13ce66" inactive-color="#eaecf0">

Loading…
Cancel
Save