刘洋 6 months ago
parent
commit
bf5ff452f8
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/views/service-unit/dispatch/dispatch-manage/index.vue

+ 6 - 1
src/views/service-unit/dispatch/dispatch-manage/index.vue

@@ -121,7 +121,12 @@
                 修改
               </t-link>
             </template>
-            <t-link theme="primary" hover="color" @click="createSop(row)">
+            <t-link
+              v-if="perm.LINK_CreateSop"
+              theme="primary"
+              hover="color"
+              @click="createSop(row)"
+            >
               创建sop
             </t-link>
           </div>