后台管理页面调整
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-12 14:42:05 +08:00
parent 4b4058b0da
commit 615580331b
44 changed files with 235 additions and 312 deletions
+3 -6
View File
@@ -111,14 +111,12 @@
<el-button
type="primary"
icon="el-icon-search"
size="mini"
@click="getList"
>
{{ $t('common:button:search') }}
</el-button>
<!-- 重置 -->
<el-button
size="mini"
icon="el-icon-refresh-left"
@click="handleReset"
>
@@ -135,7 +133,6 @@
</el-form-item>
<el-button
type="primary"
size="mini"
@click="resolve"
style="float: right"
v-if="level > 7"
@@ -205,7 +202,7 @@
<el-table-column
:label="$t('feedBack:form:role')"
prop="FeedBackUserName"
min-width="80"
min-width="100"
show-overflow-tooltip
sortable="custom"
v-if="level > 7"
@@ -273,11 +270,11 @@
:label="$t('common:action:action')"
fixed="right"
prop="UserTypeShortName"
width="80"
width="100"
show-overflow-tooltip
>
<template slot-scope="scope">
<el-button size="mini" type="text" @click="getDetail(scope.row)">
<el-button type="text" @click="getDetail(scope.row)">
{{ $t('common:button:view') }}
</el-button>
</template>