Commit 67ea1822 by crushh

update: dist

parent 0bf4e38c
...@@ -61,9 +61,6 @@ ...@@ -61,9 +61,6 @@
</el-form-item> </el-form-item>
<el-form-item label="使用范围" required> <el-form-item label="使用范围" required>
<div v-show="form.suitDepartmentAddList.length" class="scopeContainer"> <div v-show="form.suitDepartmentAddList.length" class="scopeContainer">
<!-- <el-tag size="small" v-for="(item, index) in form.suitDepartmentAddList" closable @close="handleTagClose(index)" :key="item.departmentId">
{{ item.departmentName }}
</el-tag> -->
<div class="wwTag" v-for="(item, index) in form.suitDepartmentAddList" :key="item.departmentId"> <div class="wwTag" v-for="(item, index) in form.suitDepartmentAddList" :key="item.departmentId">
<span class="font-14 color-2f54eb opacity80 iconfont-hb3 iconqiye-tianchong"></span> <span class="font-14 color-2f54eb opacity80 iconfont-hb3 iconqiye-tianchong"></span>
{{ item.departmentName }} {{ item.departmentName }}
...@@ -81,7 +78,6 @@ ...@@ -81,7 +78,6 @@
<img src="@/assets/head_default.jpg" /> <img src="@/assets/head_default.jpg" />
</div> </div>
<div class="textInfo"> <div class="textInfo">
<div class="content" style="font-size:14px;font-weight: 500;">{{ form.title }}</div>
<div class="content" v-html="form.welcomeContent"></div> <div class="content" v-html="form.welcomeContent"></div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment