|
@@ -12,14 +12,17 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<div>
|
|
<div>
|
|
- <div class="flex-around" v-for="(it,ind) in typeList" :key="ind">
|
|
|
|
- <div class="point-despoint">
|
|
|
|
- <p class="center">原始点位说明</p>
|
|
|
|
- <p class="p10">{{pointDes}}</p>
|
|
|
|
- </div>
|
|
|
|
- <div class="point-despoint">
|
|
|
|
- <p class="center">数据字典值说明</p>
|
|
|
|
- <p class="content-view p10">{{delDataSource(it.unitObj.DataSource)}}</p>
|
|
|
|
|
|
+ <div v-for="(it,ind) in typeList" :key="ind">
|
|
|
|
+ <p style="margin:10px 0;">信息点名称: {{it.name}}</p>
|
|
|
|
+ <div class="flex-around">
|
|
|
|
+ <div class="point-despoint">
|
|
|
|
+ <p class="center">原始点位说明</p>
|
|
|
|
+ <p class="p10">{{pointDes}}</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="point-despoint">
|
|
|
|
+ <p class="center">数据字典值说明</p>
|
|
|
|
+ <p class="content-view p10">{{delDataSource(it.unitObj.DataSource)}}</p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -29,6 +32,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="collapse-item" v-if="activeName == 1">
|
|
<div class="collapse-item" v-if="activeName == 1">
|
|
<div v-for="(it,ind) in typeList" :key="ind">
|
|
<div v-for="(it,ind) in typeList" :key="ind">
|
|
|
|
+ <p style="margin:10px 0;">信息点名称: {{it.name}}</p>
|
|
<div class="flex-around">
|
|
<div class="flex-around">
|
|
<div class="point-despoint">
|
|
<div class="point-despoint">
|
|
<p class="center">原始点位说明</p>
|
|
<p class="center">原始点位说明</p>
|