Fixiaobai
2023-09-14 1d91567c7b48da622f0d74bcfdde8e67717efa32
	modified:   src/components/view/sale.vue
modified: src/components/view/technical.vue
已修改2个文件
4 ■■■ 文件已修改
src/components/view/sale.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/technical.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/sale.vue
@@ -547,6 +547,7 @@
                        type: 1
                    }).then(res => {
                        this.selectRawInspectsList()
                        this.$parent.removeAllTab()
                    })
                }).catch(e => {
                    if (e == 'cancel') {
src/components/view/technical.vue
@@ -39,6 +39,7 @@
    <div class="technical-table">
      <div class="table-box">
        <el-table
        height="500"
          border style="width: 100%"
          :data="technicalTable"
          >
@@ -392,7 +393,7 @@
} */
.technical-table .table-box {
  flex: 1;
  overflow-y: scroll;
  /* overflow-y: scroll; */
}
.technical-table .el-pagination{
  margin-top: 23px;