jiangping
2025-05-16 6336a7e0059dd009a820b7b952b16f8d80bd8951
admin/src/views/business/retention.vue
@@ -61,12 +61,21 @@
          </template>
        </el-table-column>
        <el-table-column prop="type" label="人员类型" min-width="100px">
          <template slot-scope="{row}">
            <span  v-if="row.type ==1">访客</span>
            <span  v-else-if="row.type ==2">内部人员</span>
            <span  v-else-if="row.type ==4">相关方人员</span>
            <span  v-else-if="row.type ==5">货运司机</span>
            <span  v-else ></span>
          </template>
        </el-table-column>
<!--        <el-table-column prop="type" label="人员类型" min-width="100px">
          <template slot-scope="{ row }">
            <span v-if="row.companyType == 0">相关方组织</span>
            <span v-else-if="row.companyType == 1">内部员工</span>
            <span v-else>访客</span>
          </template>
        </el-table-column>
        </el-table-column>-->
        <el-table-column label="进场门禁" min-width="100px">
          <template slot-scope="{ row }">
            <!-- <span v-if="row.type === 1">-</span> -->