Compare commits
2 Commits
da60e4c4cd
...
c6cef388aa
Author | SHA1 | Date |
---|---|---|
|
c6cef388aa | |
|
606ceeec5e |
|
@ -771,6 +771,10 @@ export default {
|
||||||
`安全整改_${new Date().getTime()}.xlsx`
|
`安全整改_${new Date().getTime()}.xlsx`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
/** 查看详情 */
|
||||||
|
handleDetail(row) {
|
||||||
|
this.$refs.sspProblemmodifyAuditinfoDrawer.show(row);
|
||||||
|
},
|
||||||
/** 是否可处理 */
|
/** 是否可处理 */
|
||||||
getIsModify(row) {
|
getIsModify(row) {
|
||||||
if (row.checkState == 0 || row.checkState == 3) {
|
if (row.checkState == 0 || row.checkState == 3) {
|
||||||
|
|
Loading…
Reference in New Issue