优化点击任务名称查看详细

This commit is contained in:
RuoYi
2026-03-21 14:28:19 +08:00
parent f7665b9ec5
commit b869c9622a
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<span>加载中...</span>
</div>
<div v-else-if="!dataList.length" class="drawer-empty">
<i class="el-icon-inbox"></i>
<i class="el-icon-document"></i>
<div>暂无字典数据</div>
</div>
<template v-else>
+2 -4
View File
@@ -113,9 +113,7 @@
<el-table-column label="字典名称" align="center" prop="dictName" :show-overflow-tooltip="true" />
<el-table-column label="字典类型" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">
<a class="link-type" style="cursor:pointer" @click="handleViewData(scope.row)">
{{ scope.row.dictType }}
</a>
<a class="link-type" style="cursor:pointer" @click="handleViewData(scope.row)">{{ scope.row.dictType }}</a>
</template>
</el-table-column>
<el-table-column label="状态" align="center" prop="status">
@@ -141,7 +139,7 @@
<el-button
size="mini"
type="text"
icon="el-icon-s-fold"
icon="el-icon-s-operation"
@click="handleDataList(scope.row)"
v-hasPermi="['system:dict:edit']"
>列表</el-button>