haoxuan
2023-08-28 40acca0d395e1271522fc2695b37065697021d7d
src/views/supplierManage/supplier/DetailSupplier.vue
@@ -1,6 +1,12 @@
<template>
  <div class="detail-view">
    <el-drawer :visible.sync="detailConfig.visible" size="80%" :before-close="handleClose" :wrapperClosable="false">
    <el-drawer
      :visible.sync="detailConfig.visible"
      size="80%"
      :before-close="handleClose"
      :wrapperClosable="false"
      :append-to-body="true"
    >
      <template slot="title">
        <div class="header">
          <span class="header-label">供应商名称</span>
@@ -165,13 +171,13 @@
      this.dynamicInfoList = [
        {
          leftStr: "户名",
          leftValue: this.noContactDays,
          leftValue: this.accountName,
          rightStr: "开户行",
          rightValue: this.newContactDays
          rightValue: this.bank
        },
        {
          leftStr: "账号",
          leftValue: "",
          leftValue: item.account,
          rightStr: "",
          rightValue: ""
        }
@@ -212,7 +218,7 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.detail-view {
::v-deep {
  .header {
    height: 56px;
    display: flex;
@@ -318,8 +324,7 @@
      }
    }
  }
}
::v-deep {
  .el-drawer__header {
    padding: 0;
    margin-bottom: 0px;