MrShi
2024-01-16 c824e3bcb34f8b6f3c1435ddca91130367dc3729
admin/src/views/business/deviceRole_f.vue
@@ -30,7 +30,6 @@
                        <span v-if="row.type === '2'">内部人员</span>
                    </template>
                </el-table-column>
                <el-table-column prop="memberNum" label="使用人数" min-width="100px"></el-table-column>
                <el-table-column prop="isDefault" label="是否默认" min-width="100px">
                    <template slot-scope="{row}">
                        <span v-if="row.isDefault === 0">是</span>