linwe
2024-06-17 5a75795e30bc9f8db0ca05def4419fbfc2f38cef
租客导入优化
3 files modified
17 ■■■■■ changed files
src/views/backblask/BackblastPubRecord.vue 2 ●●● patch | view | raw | blame | history
src/views/place/tenanthold.vue 8 ●●●● patch | view | raw | blame | history
src/views/userHouse/houseHoldList.vue 7 ●●●● patch | view | raw | blame | history
src/views/backblask/BackblastPubRecord.vue
@@ -246,7 +246,7 @@
              searchSpan: 4,
              searchLabelWidth: 96,
              searchPlaceholder: '请输入辖区派出所',
              // hide: true,
              hide: true,
              span: 24,
              slot: true,
              formslot: true
src/views/place/tenanthold.vue
@@ -341,6 +341,11 @@
              hide: true,
            },
            {
              label: "创建时间",
              prop: "createTime",
              hide: true,
            },
            {
              width: 80,
              // labelWidth: 110,
              searchSpan: 3,
@@ -733,6 +738,7 @@
      },
      uploadAfter(res, done, loading, column) {
        this.excelBox = false
        this.$alert(res)
        this.refreshChange()
        done()
      },
@@ -759,7 +765,7 @@
      handleTemplate() {
        exportBlob(
          `/api/blade-household/household/export-tenant-template?isTenant=1&${this.website.tokenHeader}=${getToken()}`
          ).then(
        ).then(
          res => {
            downloadXls(res.data, "租客数据模板.xlsx")
          })
src/views/userHouse/houseHoldList.vue
@@ -1054,10 +1054,7 @@
      uploadAfter(res, done, loading, column) {
        this.excelBox = false
        this.onLoad(this.page)
        this.$message({
          type: "success",
          message: res
        })
        this.$alert(res)
        this.$refs.crud.toggleSelection()
        done()
      },
@@ -1177,4 +1174,4 @@
  :deep(.avue-form__menu--center .el-button) {
    margin: 0 5px 0 0;
  }
</style>
</style>