研发图纸文件管理系统-前端项目
longyvfengyun
2022-09-01 babaf2a834b73d22214a2328444cd766422efc6a
工作台高度调整
5个文件已修改
30 ■■■■■ 已修改文件
src/pages/workplace/approvedList/ApprovedList.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/workplace/handledList/HandledList.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/workplace/handlingList/HandlingList.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/workplace/notApproved/NotApproved.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/workplace/rejectedList/RejectedList.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/workplace/approvedList/ApprovedList.vue
@@ -7,6 +7,7 @@
          :loading="loading"
          title="已审批"
          row-key="beginTime"
          :scroll="{x: '100%', y}"
          @search="onSearch"
          @refresh="onRefresh"
          @reset="onReset"
@@ -65,6 +66,10 @@
      type: Boolean,
      default: false,
    },
    y: {
      type: Number,
      default: 400
    }
  },
  watch: {
    isShow(n) {
@@ -162,6 +167,7 @@
        }
        this.total = rs.data.total;
        this.dataSource = data;
        this.$emit('resize');
      });
    },
    searchBomList(id) {
src/pages/workplace/handledList/HandledList.vue
@@ -7,6 +7,7 @@
          :loading="loading"
          title="已处理"
          row-key="beginTime"
          :scroll="{x: '100%', y}"
          @search="onSearch"
          @refresh="onRefresh"
          @reset="onReset"
@@ -67,6 +68,10 @@
      type: Boolean,
      default: false,
    },
    y: {
      type: Number,
      default: 400
    }
  },
  watch: {
    isShow(n) {
@@ -220,6 +225,7 @@
        }
        this.total = rs.data.total;
        this.dataSource = data;
        this.$emit('resize');
      });
    },
  },
src/pages/workplace/handlingList/HandlingList.vue
@@ -7,6 +7,7 @@
          :loading="loading"
          title="待处理"
          row-key="beginTime"
          :scroll="{x: '100%', y}"
          @search="onSearch"
          @refresh="onRefresh"
          @reset="onReset"
@@ -105,6 +106,10 @@
      type: Boolean,
      default: false,
    },
    y: {
      type: Number,
      default: 400
    }
  },
  watch: {
    isShow(n) {
@@ -268,6 +273,7 @@
        }
        this.total = rs.data.total;
        this.dataSource = data;
        this.$emit('resize');
      });
    },
    /**
src/pages/workplace/notApproved/NotApproved.vue
@@ -7,6 +7,7 @@
          :loading="loading"
          title="审批中"
          row-key="beginTime"
          :scroll="{x: '100%', y}"
          @search="onSearch"
          @refresh="onRefresh"
          @reset="onReset"
@@ -65,6 +66,10 @@
      type: Boolean,
      default: false,
    },
    y: {
      type: Number,
      default: 400
    }
  },
  watch: {
    isShow(n) {
@@ -169,6 +174,7 @@
        }
        this.total = rs.data.total;
        this.dataSource = data;
        this.$emit('resize');
      });
    },
    searchBomList(id) {
src/pages/workplace/rejectedList/RejectedList.vue
@@ -7,6 +7,7 @@
          :loading="loading"
          title="已驳回"
          row-key="beginTime"
          :scroll="{x: '100%', y}"
          @search="onSearch"
          @refresh="onRefresh"
          @reset="onReset"
@@ -67,6 +68,10 @@
      type: Boolean,
      default: false,
    },
    y: {
      type: Number,
      default: 400
    }
  },
  watch: {
    isShow(n) {
@@ -225,6 +230,7 @@
        }
        this.total = rs.data.total;
        this.dataSource = data;
        this.$emit('resize');
      });
    },
  },