caotiefan 2 ヶ月 前
コミット
a9dc279271
1 ファイル変更3 行追加3 行削除
  1. 3 3
      ruoyi-ui/src/views/supplier/sqe/index.vue

+ 3 - 3
ruoyi-ui/src/views/supplier/sqe/index.vue

@@ -54,15 +54,15 @@
             <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
               <template slot-scope="scope">
                 <router-link :to="'supplierdetail?hid=' + scope.row.hid + '&zr_id=0'">
-                  <el-button size="small" type="primary" v-hasRole="['operator', 'commander']">查看
+                  <el-button size="small" type="primary" v-hasRole="['operator', 'commander', 'centerAdjunct']">查看
                   </el-button>
                 </router-link>
                 <router-link :to="'edit?hid=' + scope.row.hid + '&zr_id=0'">
                   <el-button style="margin-left: 10px" size="small" type="primary"
-                    v-hasRole="['operator', 'commander']">修改
+                    v-hasRole="['operator', 'commander', 'centerAdjunct']">修改
                   </el-button>
                 </router-link>
-                <el-button style="margin-left: 10px" size="small" type="primary" v-hasRole="['operator', 'commander']"
+                <el-button style="margin-left: 10px" size="small" type="primary" v-hasRole="['operator', 'commander', 'centerAdjunct']"
                   @click="handleResetPassword(scope.row)">重置密码
                 </el-button>
               </template>