系统模块
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<td width="330px">
|
<td width="330px">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<button class="button button--primary grid_button" @click="showDialog('2', e)">{{ $t('button.modify') }}</button>
|
<button class="button button--primary grid_button" @click="showDialog('2', e)">{{ $t('button.modify') }}</button>
|
||||||
<button class="button button--primary grid_button" @click="showDialog('3', e)">{{ $t('button.delete') }}</button>
|
<button v-show="Number(e.roleId) > 3" class="button button--primary grid_button" @click="showDialog('3', e)">{{ $t('button.delete') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<th>{{ $t('common.operate') }}</th>
|
<th>{{ $t('common.operate') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-for="(e, i) in datalist" :key="i">
|
<tr v-for="(e, i) in datalist" :key="i">
|
||||||
<td>{{i+1}}</td>
|
<td>{{ e.id }}</td>
|
||||||
<td>{{ e.code }}</td>
|
<td>{{ e.code }}</td>
|
||||||
<td>{{ e.name }}</td>
|
<td>{{ e.name }}</td>
|
||||||
<td>{{ e.value }}</td>
|
<td>{{ e.value }}</td>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<button class="button button--primary grid_button" @click="showDialog('2', e)">{{ $t('button.modify') }}</button>
|
<button class="button button--primary grid_button" @click="showDialog('2', e)">{{ $t('button.modify') }}</button>
|
||||||
<button class="button button--primary grid_button" @click="showDialog('3', e)">{{ $t('button.delete') }}</button>
|
<button v-show="Number(e.id) > 4" class="button button--primary grid_button" @click="showDialog('3', e)">{{ $t('button.delete') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<th width="430px">{{ $t('common.operate')}}</th>
|
<th width="430px">{{ $t('common.operate')}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-for="(e, i) in datalist" :key="i">
|
<tr v-for="(e, i) in datalist" :key="i">
|
||||||
<td>{{i+1}}</td>
|
<td>{{ e.userId }}</td>
|
||||||
<td>{{ e.username }}</td>
|
<td>{{ e.username }}</td>
|
||||||
<td>{{ e.personName }}</td>
|
<td>{{ e.personName }}</td>
|
||||||
<td>{{ e.phone }}</td>
|
<td>{{ e.phone }}</td>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<button class="button button--primary grid_button mgr" @click="showDialog('2', e)">{{ $t('button.modify') }}</button>
|
<button class="button button--primary grid_button mgr" @click="showDialog('2', e)">{{ $t('button.modify') }}</button>
|
||||||
<button class="button button--primary grid_button mgr" @click="showDialog('3', e)">{{ $t('button.resetpassword') }}</button>
|
<button class="button button--primary grid_button mgr" @click="showDialog('3', e)">{{ $t('button.resetpassword') }}</button>
|
||||||
<button class="button button--primary grid_buttonmgr" @click="showDialog('4', e)">{{ $t('button.delete') }}</button>
|
<button v-show="Number(e.userId) > 3" class="button button--primary grid_buttonmgr" @click="showDialog('4', e)">{{ $t('button.delete') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -455,6 +455,8 @@
|
|||||||
z-index: 99;
|
z-index: 99;
|
||||||
padding 0 25px;
|
padding 0 25px;
|
||||||
background left center / 1px 81px url(../images/new/th_bg.png) repeat-x
|
background left center / 1px 81px url(../images/new/th_bg.png) repeat-x
|
||||||
|
&:last-child
|
||||||
|
padding-left 45px
|
||||||
td
|
td
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user