1
0

6 コミット 196f476d73 ... b28515ed5e

作者 SHA1 メッセージ 日付
  28968 b28515ed5e fix: bug fix 2 ヶ月 前
  28968 7b345e659d Merge branch 'tl' into develop 2 ヶ月 前
  28968 14f5ac3536 Merge branch 'develop' of http://101.126.133.7:9001/www/taais-web into develop 2 ヶ月 前
  28968 84537f19cd fix: bug fix 2 ヶ月 前
  28968 98b5c056aa Merge branch 'develop' of http://101.126.133.7:9001/www/taais-web into tl 2 ヶ月 前
  28968 f2d8555bb6 fix: bug fix 3 ヶ月 前

+ 1 - 1
src/layouts/LayoutTransverse/index.scss

@@ -25,7 +25,7 @@
         object-fit: contain;
       }
       .logo-text {
-        font-size: 21.5px;
+        font-size: 19px;
         font-weight: bold;
         color: #7fffff;
         white-space: nowrap;

+ 3 - 3
src/views/demo/dataAugmentation/index.vue

@@ -45,16 +45,16 @@
         <el-button type="primary" link icon="View" v-auth="['demo:DataAugmentation:query']" @click="openDialog(3, '任务查看', scope.row)">
           查看
         </el-button>
-        <!-- <el-button
+        <el-button
           type="primary"
           link
           icon="View"
           v-auth="['demo:DataAugmentation:query']"
           @click="viewLogRef.handleOpen(scope.row.id)"
-          v-if="scope.row.status != '0' && scope.row.status != '1'"
+          v-if="scope.row.status != '0'"
         >
           日志
-        </el-button> -->
+        </el-button>
         <el-button type="primary" link icon="Delete" v-auth="['demo:DataAugmentation:remove']" @click="deleteDataAugmentation(scope.row)">
           删除
         </el-button>

+ 1 - 1
src/views/demo/imageMosaic/index.vue

@@ -43,7 +43,7 @@
           icon="View"
           v-auth="['demo:DataAugmentation:query']"
           @click="viewLogRef.handleOpen(scope.row.id)"
-          v-if="scope.row.status != '0' && scope.row.status != '1'"
+          v-if="scope.row.status != '0'"
         >
           日志
         </el-button>

+ 1 - 1
src/views/demo/targetDamageAcess/index.vue

@@ -51,7 +51,7 @@
           icon="View"
           v-auth="['demo:DataAugmentation:query']"
           @click="viewLogRef.handleOpen(scope.row.id)"
-          v-if="scope.row.status != '0' && scope.row.status != '1'"
+          v-if="scope.row.status != '0'"
         >
           日志
         </el-button>

+ 1 - 1
src/views/demo/targetTrack/index.vue

@@ -43,7 +43,7 @@
           icon="View"
           v-auth="['demo:DataAugmentation:query']"
           @click="viewLogRef.handleOpen(scope.row.id)"
-          v-if="scope.row.status != '0' && scope.row.status != '1'"
+          v-if="scope.row.status != '0'"
         >
           日志
         </el-button>

+ 6 - 2
src/views/demo/traceMerge/index.vue

@@ -48,7 +48,9 @@
           <span style="min-width: 80px">
             任务文件
             <el-tooltip :content="fileDescription" placement="top">
-              <el-icon><InfoFilled /></el-icon>
+              <el-icon>
+                <InfoFilled />
+              </el-icon>
             </el-tooltip>
           </span>
 
@@ -57,7 +59,9 @@
         <el-container v-for="(item, index) in jsonParams" :key="index" style="align-items: center; margin-top: 5px">
           <span style="min-width: 80px; max-width: 150px">{{ item.name }}</span>
           <el-tooltip :content="item.prompt" placement="top">
-            <el-icon><InfoFilled /></el-icon>
+            <el-icon>
+              <InfoFilled />
+            </el-icon>
           </el-tooltip>
           <el-input v-model="item.value" :placeholder="item.defaultValue" style="max-width: 300px" />
         </el-container>

+ 1 - 1
src/views/login/index.scss

@@ -53,7 +53,7 @@
         .logo-text {
           padding: 0 0 0 25px;
           margin: 0;
-          font-size: 42px;
+          font-size: 30px;
           font-weight: bold;
           color: var(--el-text-color-primary) !important;
           color: #34495e;

+ 2 - 0
src/views/system/config/index.vue

@@ -240,6 +240,8 @@ const setItemsOptions = () => {
       prop: 'parameters',
       rules: [{ required: true, message: '参数不能为空', trigger: 'blur' }],
       compOptions: {
+        type: 'textarea',
+        rows: 2,
         placeholder: '请输入参数'
       }
     },