Browse Source

注释一户一码功能

shibei_master
YUJT 3 years ago
parent
commit
c77750996b
  1. 8
      src/views/modules/base/community/communityTable.vue
  2. 4
      src/views/modules/base/community/roomForm.vue

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

@ -2,12 +2,12 @@
<div> <div>
<div class="div_btn"> <div class="div_btn">
<el-button v-if="showYhymInfo" <!-- <el-button v-if="showYhymInfo"
style="" style=""
class="diy-button--reset" class="diy-button--reset"
size="small" size="small"
:loading="yhymLoading" :loading="yhymLoading"
@click="handleYhymInfo">补全一户一码信息</el-button> @click="handleYhymInfo">补全一户一码信息</el-button> -->
<el-button style="" <el-button style=""
class="diy-button--add" class="diy-button--add"
size="small" size="small"
@ -202,11 +202,11 @@
size="small" size="small"
:disabled="yihuyidangDisabled" :disabled="yihuyidangDisabled"
@click="handleExportYihuyidang()">导出一户一档</el-button> @click="handleExportYihuyidang()">导出一户一档</el-button>
<el-button class="diy-button--qrcode" <!-- <el-button class="diy-button--qrcode"
size="small" size="small"
:disabled="yihuyimaDisabled" :disabled="yihuyimaDisabled"
:loading="exportBtn" :loading="exportBtn"
@click="handleExportYihuyima()">导出一户一码</el-button> @click="handleExportYihuyima()">导出一户一码</el-button> -->
</div> </div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button> <el-button @click="dialogVisible = false"> </el-button>

4
src/views/modules/base/community/roomForm.vue

@ -40,7 +40,7 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<div v-if="formType === 'detail'"> <!-- <div v-if="formType === 'detail'">
<el-form-item label="房屋编码" <el-form-item label="房屋编码"
prop="houseCode" prop="houseCode"
label-width="150px" label-width="150px"
@ -58,7 +58,7 @@
:href="dataForm.houseQrcodeUrl" :href="dataForm.houseQrcodeUrl"
target="_blank">下载</a> target="_blank">下载</a>
</div> </div>
</div> </div> -->
<el-form-item label="房屋类型" <el-form-item label="房屋类型"
prop="houseType" prop="houseType"
label-width="150px" label-width="150px"

Loading…
Cancel
Save