|
@@ -484,7 +484,7 @@
|
|
<span>项目阶段</span>
|
|
<span>项目阶段</span>
|
|
<hc-icon name="arrow-right-s" style="font-size: 16px;" class="ml-2 mr-2 font-bold" />
|
|
<hc-icon name="arrow-right-s" style="font-size: 16px;" class="ml-2 mr-2 font-bold" />
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
|
|
+ <div style="max-height:300px;overflow-y: auto;">
|
|
<div v-for="(item, index) in proStation" :key="index" class="mt-1">
|
|
<div v-for="(item, index) in proStation" :key="index" class="mt-1">
|
|
<el-input v-model="item.dictValue" style="width: 340px" placeholder="阶段名称" />
|
|
<el-input v-model="item.dictValue" style="width: 340px" placeholder="阶段名称" />
|
|
<el-link :underline="false" type="primary">
|
|
<el-link :underline="false" type="primary">
|
|
@@ -494,15 +494,13 @@
|
|
<hc-icon name="close" style="font-size: 20px;" class="font-bold" @click="delClick(item, index)" />
|
|
<hc-icon name="close" style="font-size: 20px;" class="font-bold" @click="delClick(item, index)" />
|
|
</el-link>
|
|
</el-link>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <div class="mt-3">
|
|
|
|
- <el-button color="#20C98B" type="primary" class="ml-28" :loading="saveProStationLoad" @click="saveProStation">
|
|
|
|
- <hc-icon name="save" class="text-white" />
|
|
|
|
- <span class="text-white">保存</span>
|
|
|
|
- </el-button>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div>
|
|
|
|
+ <el-button color="#20C98B" type="primary" class="ml-8" :loading="saveProStationLoad" @click="saveProStation">
|
|
|
|
+ <hc-icon name="save" class="text-white" />
|
|
|
|
+ <span class="text-white">保存</span>
|
|
|
|
+ </el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -511,7 +509,7 @@
|
|
<span>项目类型</span>
|
|
<span>项目类型</span>
|
|
<hc-icon name="arrow-right-s" style="font-size: 16px;" class="ml-2 mr-2 font-bold" />
|
|
<hc-icon name="arrow-right-s" style="font-size: 16px;" class="ml-2 mr-2 font-bold" />
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
|
|
+ <div style="max-height:300px;overflow-y: auto;">
|
|
<div v-for="(item, index) in proType" :key="index" class="mt-1">
|
|
<div v-for="(item, index) in proType" :key="index" class="mt-1">
|
|
<el-input v-model="item.dictValue" style="width: 340px" placeholder="类型名称" />
|
|
<el-input v-model="item.dictValue" style="width: 340px" placeholder="类型名称" />
|
|
<el-link :underline="false" type="primary">
|
|
<el-link :underline="false" type="primary">
|
|
@@ -521,15 +519,12 @@
|
|
<hc-icon name="close" style="font-size: 20px;" class="font-bold" @click="delClickType(item, index)" />
|
|
<hc-icon name="close" style="font-size: 20px;" class="font-bold" @click="delClickType(item, index)" />
|
|
</el-link>
|
|
</el-link>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <div class="mt-3">
|
|
|
|
- <el-button color="#20C98B" type="primary" class="ml-28" :loading="saveProTypenLoad" @click="saveProType">
|
|
|
|
- <hc-icon name="save" class="text-white" />
|
|
|
|
- <span class="text-white">保存</span>
|
|
|
|
- </el-button>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <el-button color="#20C98B" type="primary" class="ml-8" :loading="saveProTypenLoad" @click="saveProType">
|
|
|
|
+ <hc-icon name="save" class="text-white" />
|
|
|
|
+ <span class="text-white">保存</span>
|
|
|
|
+ </el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -543,7 +538,7 @@
|
|
<span>项目阶段</span>
|
|
<span>项目阶段</span>
|
|
<hc-icon name="arrow-right-s" style="font-size: 16px;" class="ml-2 mr-2 font-bold" />
|
|
<hc-icon name="arrow-right-s" style="font-size: 16px;" class="ml-2 mr-2 font-bold" />
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
|
|
+ <div style="max-height:300px;overflow-y: auto;">
|
|
<div v-for="(item, index) in proStationTip" :key="index" class="mt-1">
|
|
<div v-for="(item, index) in proStationTip" :key="index" class="mt-1">
|
|
<el-input v-model="item.dictValue" style="width: 340px" placeholder="阶段名称" />
|
|
<el-input v-model="item.dictValue" style="width: 340px" placeholder="阶段名称" />
|
|
<el-link :underline="false" type="primary">
|
|
<el-link :underline="false" type="primary">
|
|
@@ -553,13 +548,12 @@
|
|
<hc-icon name="close" style="font-size: 20px;" class="font-bold" @click="delClickTip(item, index)" />
|
|
<hc-icon name="close" style="font-size: 20px;" class="font-bold" @click="delClickTip(item, index)" />
|
|
</el-link>
|
|
</el-link>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
- <div class="mt-3">
|
|
|
|
- <el-button color="#20C98B" type="primary" class="ml-28" :loading="savProStationTipLoad" @click="saveProStationTip">
|
|
|
|
- <hc-icon name="save" class="text-white" />
|
|
|
|
- <span class="text-white">保存</span>
|
|
|
|
- </el-button>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <el-button color="#20C98B" type="primary" class="ml-8" :loading="savProStationTipLoad" @click="saveProStationTip">
|
|
|
|
+ <hc-icon name="save" class="text-white" />
|
|
|
|
+ <span class="text-white">保存</span>
|
|
|
|
+ </el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|