|
@@ -172,9 +172,7 @@
|
|
|
v-model="backupSettingForm.eachPkgPercent"
|
|
|
:disabled="!backupSettingForm.needEachPkg"
|
|
|
class="w200"
|
|
|
- ><template slot="append"
|
|
|
- >%</template
|
|
|
- ></el-input
|
|
|
+ ><template slot="append">%</template></el-input
|
|
|
>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="最大" prop="eachPkgMax">
|
|
@@ -182,9 +180,7 @@
|
|
|
v-model="backupSettingForm.eachPkgMax"
|
|
|
:disabled="!backupSettingForm.needEachPkg"
|
|
|
class="w200"
|
|
|
- ><template slot="append"
|
|
|
- >%</template
|
|
|
- ></el-input
|
|
|
+ ><template slot="append">%</template></el-input
|
|
|
>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="最小" prop="eachPkgMin">
|
|
@@ -192,9 +188,7 @@
|
|
|
v-model="backupSettingForm.eachPkgMin"
|
|
|
:disabled="!backupSettingForm.needEachPkg"
|
|
|
class="w200"
|
|
|
- ><template slot="append"
|
|
|
- >%</template
|
|
|
- ></el-input
|
|
|
+ ><template slot="append">%</template></el-input
|
|
|
>
|
|
|
</el-form-item>
|
|
|
</el-tab-pane>
|
|
@@ -226,9 +220,7 @@
|
|
|
v-model="backupSettingForm.alonePkgPercent"
|
|
|
:disabled="!backupSettingForm.needAlonePkg"
|
|
|
class="w200"
|
|
|
- ><template slot="append"
|
|
|
- >%</template
|
|
|
- >
|
|
|
+ ><template slot="append">%</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="最大" prop="alonePkgMax">
|
|
@@ -236,9 +228,7 @@
|
|
|
v-model="backupSettingForm.alonePkgMax"
|
|
|
:disabled="!backupSettingForm.needAlonePkg"
|
|
|
class="w200"
|
|
|
- ><template slot="append"
|
|
|
- >%</template
|
|
|
- ></el-input
|
|
|
+ ><template slot="append">%</template></el-input
|
|
|
>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="最小" prop="alonePkgMin">
|
|
@@ -246,9 +236,7 @@
|
|
|
v-model="backupSettingForm.alonePkgMin"
|
|
|
:disabled="!backupSettingForm.needAlonePkg"
|
|
|
class="w200"
|
|
|
- ><template slot="append"
|
|
|
- >%</template
|
|
|
- ></el-input
|
|
|
+ ><template slot="append">%</template></el-input
|
|
|
>
|
|
|
</el-form-item>
|
|
|
</el-tab-pane>
|