liuyg
2021-11-22 f6002b22ea5c6284812c231e56cf4a2ca602d78d
src/views/qiandao/tables.vue
@@ -83,7 +83,7 @@
            prop: "realName",
            search: true,
            searchSpan: 5,
            searchLabelWidth: 49,
            searchLabelWidth: 45,
            width: 70,
          },
          {
@@ -91,14 +91,14 @@
            prop: "deptName",
            search: true,
            searchSpan: 6,
            searchLabelWidth: 54,
            searchLabelWidth: 45,
          },
          {
            label: "身份证号码",
            prop: "idCardNo",
            search: true,
            searchSpan: 7,
            searchLabelWidth: 97,
            searchSpan: 8,
            searchLabelWidth: 80,
            // searchRange: true,
            // searchValue: this.getuserid(),
            width: 180,
@@ -404,5 +404,8 @@
};
</script>
<style>
<style lang="scss" scoped>
.tablesss {
  height: 100% !important;
}
</style>