Kaynağa Gözat

5#国日报修改

yanghao 1 hafta önce
ebeveyn
işleme
f1e13113f3

+ 1 - 1
.env.local

@@ -4,7 +4,7 @@ NODE_ENV=development
 VITE_DEV=true
 
 # 请求路径  http://192.168.188.200:48080  https://iot.deepoil.cc:5443  http://172.26.0.56:48080  http://192.168.188.198:48080
-VITE_BASE_URL='https://iot.deepoil.cc:5443'
+VITE_BASE_URL='http://192.168.188.86:48080'
 
 # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
 VITE_UPLOAD_TYPE=server

+ 0 - 2
src/views/pms/constructionDailyReport/index.vue

@@ -199,7 +199,6 @@ onMounted(() => {
       @current-change="handleCurrentChange">
       <template #action="{ row }">
         <el-button
-          v-if="row.status === 0"
           link
           type="primary"
           @click="handleOpenForm(row.id!, 'edit')"
@@ -207,7 +206,6 @@ onMounted(() => {
           填报
         </el-button>
         <el-button
-          v-else-if="row.status === 1"
           link
           type="success"
           @click="handleOpenForm(row.id!, 'readonly')"

+ 0 - 3
src/views/pms/qhse/monthlyReport/MonthlyReportAdd.vue

@@ -287,7 +287,6 @@
                 :min="0"
                 :precision="0"
                 controls-position="right"
-                disabled
                 style="width: 100%" />
             </el-form-item>
           </el-col>
@@ -297,7 +296,6 @@
                 v-model="reportInfo.ptwAudit"
                 :min="0"
                 :precision="0"
-                disabled
                 controls-position="right"
                 style="width: 100%" />
             </el-form-item>
@@ -308,7 +306,6 @@
                 v-model="reportInfo.jsa"
                 :min="0"
                 :precision="0"
-                disabled
                 controls-position="right"
                 style="width: 100%" />
             </el-form-item>