|
|
|
@ -22,14 +22,14 @@ |
|
|
|
<el-col :span="1.5"> |
|
|
|
<el-button v-hasPermi="['im:userLabel:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> |
|
|
|
</el-col> |
|
|
|
<el-col :span="1.5"> |
|
|
|
<!-- <el-col :span="1.5"> |
|
|
|
<el-button v-hasPermi="['im:userLabel:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()">修改</el-button> |
|
|
|
</el-col> |
|
|
|
<el-col :span="1.5"> |
|
|
|
<el-button v-hasPermi="['im:userLabel:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()" |
|
|
|
>删除</el-button |
|
|
|
> |
|
|
|
</el-col> |
|
|
|
</el-col> --> |
|
|
|
<!-- <el-col :span="1.5"> |
|
|
|
<el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['im:userLabel:export']">导出</el-button> |
|
|
|
</el-col> --> |
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="userLabelList" @selection-change="handleSelectionChange"> |
|
|
|
<el-table-column type="selection" width="55" align="center" /> |
|
|
|
<!-- <el-table-column type="selection" width="55" align="center" /> --> |
|
|
|
<!-- <el-table-column label="id" align="center" prop="id" v-if="true" /> --> |
|
|
|
<el-table-column label="标签名称" align="center" prop="labelName" /> |
|
|
|
<el-table-column label="排序" align="center" prop="sort" /> |
|
|
|
|