fangyuan
2022-12-22 85dbbf07977e59f4d5a1669a0c99635e5ac9dcfc
src/views/systemSetting/device/bayonet/index.vue
@@ -20,7 +20,7 @@
          <el-button @click="handleExport">导出卡口</el-button>
        </div>
        <!-- 数据展示 -->
        <MyTable :tableOption="tableOption" :tableData="list" :pageShow="false">
        <MyTable :tableOption="tableOption" :get-table-list="getBayonetListData" :tableData="list" :pageShow="false">
          <template #operation="info">
            <el-link
              :underline="false"
@@ -202,7 +202,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .header-content {
      padding: 0 40px;