@@ -119,7 +119,7 @@
</el-table-column>
<el-table-column label="操作" width="120">
<template #default="scope">
- <p class="indicitem" @click="deleteRowFn(scope.row)">删除</p>
+ <p class="indicitem" v-if="receiptMsg.stage !== '流程已结束'" @click="deleteRowFn(scope.row)">删除</p>
</template>
</el-table>
@@ -121,7 +121,7 @@
@@ -10,7 +10,7 @@ switch (process.env.NODE_ENV) {
case 'development':
baseUrl.ROOT = "/api" //开发环境url
// baseUrl.URL = "http://10.65.59.67:28800"
- baseUrl.URL = "http://192.168.2.4:28800"
+ baseUrl.URL = "http://192.168.2.5:28800"
// baseUrl.URL = "http://10.65.78.23:28800" //测试环境
// baseUrl.URL = "http://10.65.78.81:28800" // 正式环境
break