修改未注册
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template slot="name" slot-scope="{row}">
|
<template slot="name" slot-scope="{row}">
|
||||||
<span v-if="row.status==1">{{row.name}}</span>
|
<span v-if="row.status==1">{{row.name}}</span>
|
||||||
<span v-else>{{row.name}}(<span style="color: red;">未实名</span>)</span>
|
<span v-else>{{row.name}}(<span style="color: red;">未注册</span>)</span>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<!--/自定义按钮-->
|
<!--/自定义按钮-->
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template slot="name" slot-scope="{row}">
|
<template slot="name" slot-scope="{row}">
|
||||||
<span v-if="row.status==1">{{row.name}}</span>
|
<span v-if="row.status==1">{{row.name}}</span>
|
||||||
<span v-else>{{row.name}}(<span style="color: red;">未实名</span>)</span>
|
<span v-else>{{row.name}}(<span style="color: red;">未注册</span>)</span>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<!--/自定义按钮-->
|
<!--/自定义按钮-->
|
||||||
|
|||||||
Reference in New Issue
Block a user