Explorar el Código

update:拆分订单权限

ct hace 1 mes
padre
commit
cdbb0fa8f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/his/storeSubOrder/index.vue

+ 1 - 1
src/views/his/storeSubOrder/index.vue

@@ -188,7 +188,7 @@
             size="mini"
             :loading="pushLoading"
             @click="handlePush"
-            v-hasPermi="['his:storeOrder:push']"
+            v-hasPermi="['his:storeSubOrder:push']"
           >推送</el-button>
         </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>