<el-optionv-for="item in templateArray":value="item":label="item.preset_name":key="item.preset_name"/>
<el-optionv-for="item in templates":value="item.name":key="item.name"/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-itemv-for="(systemValue,systemKey) in system":label="systemKey | upper":key="systemKey">
<el-form-itemv-for="(ns, index) in repoNamespaces":label="ns.type | upper":key="index">
<el-card>
<el-card>
<el-buttonv-for="item in systemValue":key="item":type="templateSystem[systemKey].includes(item) ?'success':''"style="margin:3px"@click="selectSystem(systemKey,item)">