Browse Source

202305111702

YangJian0701 2 years ago
parent
commit
6962ddb28d
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/views/data/edit/index.vue

+ 6 - 2
src/views/data/edit/index.vue

@@ -63,6 +63,7 @@
               <ImportPlatform :task="task" />
               <AddVue :class-list="classList" :task="task" />
               <SetVue @submit="handleSet" />
+              <n-button type="primary" @click="goDataEd">数据编辑</n-button>
             </n-space>
           </n-space>
           <n-tabs type="segment" animated v-model:value="tabChart" @update:value="handleTabChange">
@@ -158,9 +159,12 @@ const queryData = reactive({
   Time_start: '',
   Time_end: '',
   page: 1,
-  page_z: 9999999,
+  page_z: 9999,
 });
-
+const goDataEd = ()=>{
+  console.log('点击',)
+  window.open(`http://coldverifylocal.coldbaozhida.com/data_edit/?taskId=${queryData.T_task_id}`, '_blank')
+}
 // 表单数据
 const formValue = reactive({
   T_t: null,