|
|
@@ -62,10 +62,10 @@
|
|
62
|
62
|
<radio-group @change="radioChange">
|
|
63
|
63
|
<label class="uni-list-cell uni-list-cell-pd" v-for="(item, index) in allowData"
|
|
64
|
64
|
:key="index">
|
|
65
|
|
- <view style="padding: 5px 0;width: 100%;">
|
|
66
|
|
- <radio style="width: 30px;margin-right: 10px;"
|
|
|
65
|
+ <view style="padding: 5px 0;position: relative;">
|
|
|
66
|
+ <radio style="width: 30px;position: absolute;left: 0;"
|
|
67
|
67
|
:value="item.deptid" :checked="index === current" />
|
|
68
|
|
- <text>{{ $mHelper.findParents(departList, item.deptid) }}</text>
|
|
|
68
|
+ <text style="margin-left: 30px;">{{ $mHelper.findParents(departList, item.deptid) }}</text>
|
|
69
|
69
|
</view>
|
|
70
|
70
|
</label>
|
|
71
|
71
|
</radio-group>
|