Compare commits

...

2 Commits

  1. 4
      im-admin-ui/src/views/im/autoReply/index.vue
  2. 4
      im-admin-ui/src/views/im/platformConfiguration/index.vue
  3. 4
      im-admin-ui/src/views/im/quickReply/index.vue
  4. 4
      im-admin-ui/src/views/im/userGroup/index.vue
  5. 6
      im-admin-ui/src/views/im/userLabel/index.vue

4
im-admin-ui/src/views/im/autoReply/index.vue

@ -30,14 +30,14 @@
<el-col :span="1.5"> <el-col :span="1.5">
<el-button v-hasPermi="['im:autoReply:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> <el-button v-hasPermi="['im:autoReply:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button v-hasPermi="['im:autoReply:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()">修改</el-button> <el-button v-hasPermi="['im:autoReply:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()">修改</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button v-hasPermi="['im:autoReply:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()" <el-button v-hasPermi="['im:autoReply:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()"
>删除</el-button >删除</el-button
> >
</el-col> </el-col> -->
<right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar> <right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar>
</el-row> </el-row>
</template> </template>

4
im-admin-ui/src/views/im/platformConfiguration/index.vue

@ -25,7 +25,7 @@
<el-col :span="1.5"> <el-col :span="1.5">
<el-button v-hasPermi="['im:platformConfiguration:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> <el-button v-hasPermi="['im:platformConfiguration:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button v-hasPermi="['im:platformConfiguration:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()" <el-button v-hasPermi="['im:platformConfiguration:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()"
>修改</el-button >修改</el-button
> >
@ -34,7 +34,7 @@
<el-button v-hasPermi="['im:platformConfiguration:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()" <el-button v-hasPermi="['im:platformConfiguration:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()"
>删除</el-button >删除</el-button
> >
</el-col> </el-col> -->
<right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar> <right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar>
</el-row> </el-row>
</template> </template>

4
im-admin-ui/src/views/im/quickReply/index.vue

@ -30,7 +30,7 @@
<el-col :span="1.5"> <el-col :span="1.5">
<el-button v-hasPermi="['im:quickReply:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> <el-button v-hasPermi="['im:quickReply:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button v-hasPermi="['im:quickReply:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()" <el-button v-hasPermi="['im:quickReply:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()"
>修改</el-button >修改</el-button
> >
@ -39,7 +39,7 @@
<el-button v-hasPermi="['im:quickReply:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()" <el-button v-hasPermi="['im:quickReply:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()"
>删除</el-button >删除</el-button
> >
</el-col> </el-col> -->
<right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar> <right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar>
</el-row> </el-row>
</template> </template>

4
im-admin-ui/src/views/im/userGroup/index.vue

@ -22,14 +22,14 @@
<el-col :span="1.5"> <el-col :span="1.5">
<el-button v-hasPermi="['im:userGroup:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> <el-button v-hasPermi="['im:userGroup:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button v-hasPermi="['im:userGroup:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()">修改</el-button> <el-button v-hasPermi="['im:userGroup:edit']" type="success" plain icon="Edit" :disabled="single" @click="handleUpdate()">修改</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button v-hasPermi="['im:userGroup:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()" <el-button v-hasPermi="['im:userGroup:remove']" type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete()"
>删除</el-button >删除</el-button
> >
</el-col> </el-col> -->
<!-- <el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button v-hasPermi="['im:userGroup:export']" type="warning" plain icon="Download" @click="handleExport">导出</el-button> <el-button v-hasPermi="['im:userGroup:export']" type="warning" plain icon="Download" @click="handleExport">导出</el-button>
</el-col> --> </el-col> -->

6
im-admin-ui/src/views/im/userLabel/index.vue

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

Loading…
Cancel
Save