|
|
@@ -54,7 +54,7 @@ |
|
|
|
<div v-show="NewProductDailog == true" class="PaincenterBox">
|
|
|
|
<!-- 表单 横线输入框表单-->
|
|
|
|
<el-form ref="" v-model="newProjData" class="line_from" label-width="100px" label-position="left">
|
|
|
|
<div class="yiyun_col-12 fl">
|
|
|
|
<div class="yiyun_col-12 fl" style="margin-left:4px">
|
|
|
|
<div class="yiyunlargeItem">
|
|
|
|
<el-form-item label="项目名称">
|
|
|
|
<el-input v-model="newProjData.projectData.projName" placeholder="请输入项目名称" class="labelinputbefore">
|
|
|
@@ -62,7 +62,7 @@ |
|
|
|
</el-form-item>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="yiyun_col-12 fl">
|
|
|
|
<div class="yiyun_col-12 fl" style="margin-left:4px">
|
|
|
|
<div class="yiyunlargeItem">
|
|
|
|
<el-form-item label="选择工作链">
|
|
|
|
<el-select v-model="newProjData.projectData.templateID" filterable no-data-text="暂无数据"
|
|
|
@@ -95,7 +95,7 @@ |
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 自定义字段显示并输入 -->
|
|
|
|
<div class="yiyun_col-12 fl" v-for="prop in checkNewProjData.CustomProps" :key="prop.Id">
|
|
|
|
<div class="yiyun_col-12 fl" style="margin-left:4px" v-for="prop in checkNewProjData.CustomProps" :key="prop.Id">
|
|
|
|
<div class="yiyunlargeItem">
|
|
|
|
<el-form-item :label="prop.PropertyName">
|
|
|
|
<el-input v-model="prop.PropValue" placeholder="输入" @input="userDefineInput" class="labelinputbefore" :key="prop.Id">
|
|
|
|