vue2-client 1.2.19 → 1.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -663,7 +663,8 @@
|
|
|
663
663
|
},
|
|
664
664
|
// 控制关闭工单按钮可用状态
|
|
665
665
|
closeBtnDisable () {
|
|
666
|
-
|
|
666
|
+
// TODO 改变对比方式,改为用名称对比
|
|
667
|
+
return this.step === 0 || this.disableCloseBtn || this.details.name != this.currUser.ename
|
|
667
668
|
},
|
|
668
669
|
// 优先级文字显示
|
|
669
670
|
showPriority () {
|