Sfoglia il codice sorgente

批量审批按钮修改

duy 7 mesi fa
parent
commit
b74c9c4c96
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/tasks/components/TableCard.vue

+ 2 - 2
src/views/tasks/components/TableCard.vue

@@ -41,7 +41,7 @@
                     <span>设置重签规则</span>
                 </el-button>
             </HcTooltip>
-            <HcTooltip v-if="website.localModel && isTableKey === 'key1'" keys="tasks_data_batch_review">
+            <HcTooltip v-if="isTableKey === 'key1'" keys="tasks_data_batch_review">
                 <el-button
                     :disabled="tableCheckedKeys.length <= 0" hc-btn type="primary"
                     @click="batchApprovalTaskClick"
@@ -100,7 +100,7 @@ import { nextTick, ref, watch } from 'vue'
 import { getArrValue } from 'js-fast-way'
 import tasksApi from '~api/tasks/data'
 import { useAppStore } from '~src/store'
-import website from '~src/config'
+
 //参数
 const props = defineProps({
     projectId: {