doum
2026-04-28 3f2a7cb1dab1b9dda4a5667675672f171c793987
admin/src/views/business/driverVerification.vue
@@ -50,7 +50,7 @@
            <span style="color: #13ce66;" v-else >审批通过</span>
          </template>
        </el-table-column>
        <el-table-column label="状态" min-width="80px">
        <!--        <el-table-column label="状态" min-width="80px">
          <template slot-scope="{row}">
            <el-switch
              @change="handleStatusChange($event, row)"
@@ -61,7 +61,7 @@
              :inactive-value="1"
            ></el-switch>
          </template>
        </el-table-column>
                </el-table-column>-->
        <el-table-column label="操作" min-width="100" fixed="right">
          <template slot-scope="{row}">
            <el-button type="text" @click="handleDetail(row)">详情</el-button>