liuyg
2021-11-30 9ab9807f5d9eca2db46185e61dbfceb3c083dc0a
+单位智能分析  搜索按钮调整
5 files modified
35 ■■■■ changed files
src/views/securityAnalysis/child/assignment.vue 1 ●●●● patch | view | raw | blame | history
src/views/securityAnalysis/child/certificate.vue 8 ●●●● patch | view | raw | blame | history
src/views/securityAnalysis/child/dispatch.vue 10 ●●●● patch | view | raw | blame | history
src/views/securityAnalysis/child/examination.vue 8 ●●●● patch | view | raw | blame | history
src/views/securityAnalysis/child/situation.vue 8 ●●●● patch | view | raw | blame | history
src/views/securityAnalysis/child/assignment.vue
@@ -122,6 +122,7 @@
        menuWidth: 256,
        align: "center",
        selection: true,
        ...this.$store.state.control.clearOtherBut,
        column: [
          // },
          {
src/views/securityAnalysis/child/certificate.vue
@@ -1,5 +1,10 @@
<template>
  <div class="certificateTJ">
  <div
    :class="[
      'certificateTJ',
      $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
    ]"
  >
    <avue-crud
      :option="option1"
      :data="data1"
@@ -58,6 +63,7 @@
        stripe: true,
        // tip: false,
        index: true,
        ...this.$store.state.control.clearOtherBut,
        // dialogClickModal: false,
        // headerAlign: "center",
        align: "center",
src/views/securityAnalysis/child/dispatch.vue
@@ -1,5 +1,10 @@
<template>
  <div class="certificateTJ">
  <div
    :class="[
      'certificateTJ',
      $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
    ]"
  >
    <avue-crud
      :option="option1"
      :data="data1"
@@ -58,7 +63,8 @@
        stripe: true,
        // tip: false,
        index: true,
        // dialogClickModal: false,
        ...this.$store.state.control.clearOtherBut,
        // dialogClickModal: false
        // headerAlign: "center",
        align: "center",
        column: [
src/views/securityAnalysis/child/examination.vue
@@ -1,5 +1,10 @@
<template>
  <div class="certificateTJ">
  <div
    :class="[
      'certificateTJ',
      $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
    ]"
  >
    <avue-crud
      :option="option1"
      :data="data1"
@@ -50,6 +55,7 @@
        // dialogClickModal: false,
        // headerAlign: "center",
        align: "center",
        ...this.$store.state.control.clearOtherBut,
        column: [
          {
            label: "姓名",
src/views/securityAnalysis/child/situation.vue
@@ -1,5 +1,10 @@
<template>
  <div class="certificateTJ">
  <div
    :class="[
      'certificateTJ',
      $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '',
    ]"
  >
    <avue-crud
      :option="option1"
      :data="data1"
@@ -59,6 +64,7 @@
        stripe: true,
        // tip: false,
        index: true,
        ...this.$store.state.control.clearOtherBut,
        // dialogClickModal: false,
        // headerAlign: "center",
        align: "center",