Showing
2 changed files
with
2 additions
and
2 deletions
@@ -129,7 +129,7 @@ | @@ -129,7 +129,7 @@ | ||
129 | <div v-html="handleInfoObj.pcontent"></div> | 129 | <div v-html="handleInfoObj.pcontent"></div> |
130 | </div> | 130 | </div> |
131 | </div> | 131 | </div> |
132 | - <div class="detail_comments" v-if="isExamine && (((status==3 || (status==1 && !isView)) && approverName==loginName) || status==2) "> | 132 | + <div class="detail_comments" v-if="isExamine && ((status==3 || (status==1 && !isView)) || status==2) "> |
133 | <div class="detail_comments_title">审核意见</div> | 133 | <div class="detail_comments_title">审核意见</div> |
134 | 134 | ||
135 | <el-input | 135 | <el-input |
@@ -12,7 +12,7 @@ server: | @@ -12,7 +12,7 @@ server: | ||
12 | key-store-password: Hg0801.. | 12 | key-store-password: Hg0801.. |
13 | key-password: Hg0801.. | 13 | key-password: Hg0801.. |
14 | url: | 14 | url: |
15 | - gateway: http://127.0.0.1:9200 | 15 | + gateway: http://192.168.0.153:9200 |
16 | inspection_web: http://127.0.0.1:8082 | 16 | inspection_web: http://127.0.0.1:8082 |
17 | assetsweb: http://127.0.0.1:8082 | 17 | assetsweb: http://127.0.0.1:8082 |
18 | mxgraph_editor: http://127.0.0.1:8085 | 18 | mxgraph_editor: http://127.0.0.1:8085 |
-
Please register or login to post a comment