[update] 禅道bug
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<div class="table-operator">
|
<div class="table-operator">
|
||||||
<div @click="handleAdd" class="operator-text" v-has="'params:template:add'">
|
<div @click="handleAdd" class="operator-text" v-has="'params:template:add'">
|
||||||
<a-icon type="plus"/>
|
<a-icon type="plus"/>
|
||||||
{{$t('add')}}
|
{{$t('newlyAdded')}}
|
||||||
</div>
|
</div>
|
||||||
<div @click="handlecody" class="operator-text" v-has="'params:template:copy'">
|
<div @click="handlecody" class="operator-text" v-has="'params:template:copy'">
|
||||||
<a-icon type="copy"/>
|
<a-icon type="copy"/>
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(this.$t('changeTheTitle'))
|
// this.$message.warning(this.$t('changeTheTitle'))
|
||||||
this.spinLoading = false
|
this.spinLoading = false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user