新包
This commit is contained in:
@@ -128,13 +128,13 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label>{{ $t('workbenchesSetup.setNum') }}</label>
|
<label>{{ $t('workbenchesSetup.setNum') }}</label>
|
||||||
<label style="color: #00000070; font-size: 15px;">({{ $t('workbenchesSetup.prompt')
|
<label style="color: #00000070; font-size: 15px;">({{ $t('workbenchesSetup.prompt')
|
||||||
}})</label>
|
}})</label>
|
||||||
<el-button type="primary" @click="isLimit = true" :disabled="!pyData.isStart">{{
|
<el-button type="primary" @click="isLimit = true" :disabled="!pyData.isStart">{{
|
||||||
$t('workbenchesSetup.setHostNum')
|
$t('workbenchesSetup.setHostNum')
|
||||||
}}</el-button>
|
}}</el-button>
|
||||||
<el-button type="info" @click="isLimit = false" :disabled="!pyData.isStart">{{
|
<el-button type="info" @click="isLimit = false" :disabled="!pyData.isStart">{{
|
||||||
$t('workbenchesSetup.unlimitedQuantity')
|
$t('workbenchesSetup.unlimitedQuantity')
|
||||||
}}</el-button>
|
}}</el-button>
|
||||||
<!-- <el-input type='number' v-model="pyData.frequency.hour" @input="handleInputHour" -->
|
<!-- <el-input type='number' v-model="pyData.frequency.hour" @input="handleInputHour" -->
|
||||||
<div v-if="isLimit" class="center-justify">
|
<div v-if="isLimit" class="center-justify">
|
||||||
<el-input type='number' v-model="hostNum" :placeholder="$t('workbenchesSetup.num')"
|
<el-input type='number' v-model="hostNum" :placeholder="$t('workbenchesSetup.num')"
|
||||||
|
|||||||
Reference in New Issue
Block a user