Commit d484fff3 by huaying

fix: 活码类型

parent eb51596e
......@@ -28,8 +28,8 @@
</el-form-item>
<el-form-item>
<el-select v-model="inFields.hmTypeInt" placeholder="全部类型" clearable class="w160" @change="searchList">
<el-option :key="0" label="单人活码" :value="0"> </el-option>
<el-option :key="1" label="多人活码" :value="1"> </el-option>
<el-option :key="1" label="单人活码" :value="1"> </el-option>
<el-option :key="2" label="多人活码" :value="2"> </el-option>
</el-select>
</el-form-item>
<el-form-item>
......@@ -112,7 +112,7 @@
</el-table-column>
<el-table-column label="所属分组" width="100" show-overflow-tooltip>
<template slot-scope="{ row }">
<p>{{ row.hmGroupId == null ? row.hmGroupId : '--' }}</p>
<p>{{ row.hmGroupId ? row.hmGroupId : '--' }}</p>
</template>
</el-table-column>
<el-table-column label="创建人" width="100">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment