去掉最后一个顿号
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
<div class="item" v-if="data.enableExamine == 1">
|
||||
<span>审批人</span>
|
||||
<span>
|
||||
<span v-for="(item, index) in approver" :key="index" style="color: #333;">{{ item.examineUserName + '、' }}</span>
|
||||
<span v-for="(item, index) in approver" :key="index" style="color: #333;">
|
||||
{{ item.examineUserName }}
|
||||
<span v-show="index < approver.length - 1">、</span>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="item">
|
||||
|
||||
@@ -252,7 +252,7 @@ export default {
|
||||
...mapState(['user'])
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['initOpenData', 'transCanvas','selectPrivilegedContact']),
|
||||
...mapActions(['initOpenData', 'transCanvas','selectEnterpriseContact']),
|
||||
checkTime(index) {
|
||||
if (index == 3) {
|
||||
this.timeSelect = index;
|
||||
@@ -628,7 +628,7 @@ export default {
|
||||
},
|
||||
// 选择部门
|
||||
getDept() {
|
||||
this.selectPrivilegedContact({
|
||||
this.selectEnterpriseContact({
|
||||
fromDepartmentId: 0,
|
||||
mode: "single",
|
||||
type: ["department"],
|
||||
|
||||
Reference in New Issue
Block a user