Compare commits
No commits in common. "0fecf5102d6a76f8e8a236cab594f1372359701b" and "a31cfda3f92015afb06f0a6120fa70bed48a279e" have entirely different histories.
0fecf5102d
...
a31cfda3f9
@ -22,6 +22,7 @@
|
||||
</div>
|
||||
<div class="table-box">
|
||||
<div style="margin-bottom: 10px;">
|
||||
{{ JSON.stringify(role) }}
|
||||
<el-radio-group v-if="role.type == 'user'" v-model="searchData.radioType" class="radio-group"
|
||||
size="mini" @change="handleRadioChange">
|
||||
<el-radio-button v-for="item in radioOptions" :key="item.value" :label="item.value">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user