guarantee-lsq преди 2 години
родител
ревизия
933120a0c5
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/views/fill/gather/FillGather.vue
  2. 1 1
      src/views/fill/gather/modules/BaseForm.vue
  3. 1 1
      src/views/fill/gather/modules/CreateTaskForm.vue

+ 1 - 1
src/views/fill/gather/FillGather.vue

@@ -120,7 +120,7 @@ export default {
         //   }
         // },
         {
-          title: '频次周期()',
+          title: '频次周期(小时)',
           dataIndex: 'period'
         },
         {

+ 1 - 1
src/views/fill/gather/modules/BaseForm.vue

@@ -35,7 +35,7 @@
               type="number"
               :min="0"
               v-decorator="['period', {rules: [{required: true, message: '频次周期不能为空'}]}]">
-              <span slot="suffix"></span>
+              <span slot="suffix">小时</span>
             </a-input>
           </a-form-item>
         </row-item>

+ 1 - 1
src/views/fill/gather/modules/CreateTaskForm.vue

@@ -105,7 +105,7 @@
               type="number"
               :min="0"
               v-decorator="['period', {rules: [{required: true, message: '巡检频次不能为空'}]}]">
-              <span slot="suffix"></span>
+              <span slot="suffix">小时</span>
             </a-input>
             <a-tooltip style="position:absolute;right:-30px;top:-3px;">
               <template slot="title">