瀏覽代碼

reactor:知识库调整;

zhangchong 3 月之前
父節點
當前提交
cd82a74b35

+ 1 - 2
src/views/case/index/index.vue

@@ -154,7 +154,7 @@
 								</template>
 							</vxe-column>
 							<vxe-column field="examinOpinion" title="审批意见" width="200"></vxe-column>
-							<vxe-column title="操作" fixed="right" width="250" align="center">
+							<vxe-column title="操作" fixed="right" width="150" align="center" :show-overflow="false">
 								<template #default="{ row }">
 									<el-button link type="primary" @click="onEdit(row)" title="编辑" v-auth="'case:index:edit'" v-if="[4, 7, 5].includes(row.status)">
 										编辑
@@ -192,7 +192,6 @@
 									<el-button link type="primary" @click="onAudit(row)" title="审批" v-if="[1].includes(row.status)" v-auth="'case:index:audit'">
 										审批
 									</el-button>
-									<el-button link type="primary" @click="onPreview(row)" title="查看"> 查看 </el-button>
 								</template>
 							</vxe-column>
 						</vxe-table>

+ 1 - 2
src/views/knowledge/index/YBIndex.vue

@@ -321,7 +321,7 @@
 									{{ formatDate(row.lastModificationTime, 'YYYY-mm-dd HH:MM:SS') }}
 								</template>
 							</vxe-column>
-							<vxe-column title="操作" fixed="right" width="250" align="center">
+							<vxe-column title="操作" fixed="right" width="250" align="center"  :show-overflow="false">
 								<template #default="{ row }">
 									<el-button
 										link
@@ -376,7 +376,6 @@
 									>
 										审批
 									</el-button>-->
-									<el-button link type="primary" @click="onPreview(row)" title="查看"> 查看 </el-button>
 								</template>
 							</vxe-column>
 						</vxe-table>

+ 1 - 2
src/views/knowledge/index/ZGIndex.vue

@@ -282,7 +282,7 @@
 									{{ formatDate(row.lastModificationTime, 'YYYY-mm-dd HH:MM:SS') }}
 								</template>
 							</vxe-column>
-							<vxe-column title="操作" fixed="right" width="250" align="center">
+							<vxe-column title="操作" fixed="right" width="250" align="center"  :show-overflow="false">
 								<template #default="{ row }">
 									<el-button
 										link
@@ -337,7 +337,6 @@
 									>
 										审批
 									</el-button>-->
-									<el-button link type="primary" @click="onPreview(row)" title="查看"> 查看 </el-button>
 								</template>
 							</vxe-column>
 						</vxe-table>

+ 1 - 2
src/views/plan/index/index.vue

@@ -139,7 +139,7 @@
 								</template>
 							</vxe-column>
 							<vxe-column field="examinOpinion" title="审批意见" width="200"></vxe-column>
-							<vxe-column title="操作" fixed="right" width="250" align="center">
+							<vxe-column title="操作" fixed="right" width="150" align="center" :show-overflow="false">
 								<template #default="{ row }">
 									<el-button link type="primary" @click="onEdit(row)" title="编辑" v-auth="'plan:index:edit'" v-if="[4, 7, 5].includes(row.status)">
 										编辑
@@ -177,7 +177,6 @@
 									<el-button link type="primary" @click="onAudit(row)" title="审批" v-if="[1].includes(row.status)" v-auth="'plan:index:audit'">
 										审批
 									</el-button>
-									<el-button link type="primary" @click="onPreview(row)" title="查看"> 查看 </el-button>
 								</template>
 							</vxe-column>
 						</vxe-table>