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