瀏覽代碼

reactor:318 市州通用-【补充工单】功能

zhangchong 2 月之前
父節點
當前提交
db8d6edadc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/todo/seats/accept/History.vue

+ 1 - 1
src/views/todo/seats/accept/History.vue

@@ -47,7 +47,7 @@
 		</vxe-column>
 		<vxe-column field="statusText" title="状态" width="100"></vxe-column>
 		<vxe-column field="actualHandleOrgName" title="接办部门" width="140"></vxe-column>
-		<vxe-column align="center" title="操作" width="70" fixed="left">
+		<vxe-column align="center" title="操作" width="70" fixed="left" v-auth="'todo:seats:supply'">
 			<template #default="{ row }">
 				<el-button type="primary" link @click="supply(row)">补充</el-button>
 			</template>