@@ -1204,7 +1231,8 @@ watch(()=>formData.value.review.thirdlyMoney,()=>{
- {{row.fileData?(row.fileData.length > 0?'已上传':'未上传'):'未上传'}}
+ 已上传
+ 未上传
@@ -1230,6 +1258,10 @@ watch(()=>formData.value.review.thirdlyMoney,()=>{
提交
驳回
+
提交
保存
@@ -1317,4 +1349,5 @@ watch(()=>formData.value.review.thirdlyMoney,()=>{
.el-table .el-table__cell{
position: initial !important;
}
+
diff --git a/src/views/serviceUnit/index.vue b/src/views/serviceUnit/index.vue
index ffc6e0c..bcf291b 100644
--- a/src/views/serviceUnit/index.vue
+++ b/src/views/serviceUnit/index.vue
@@ -121,8 +121,7 @@ onMounted(()=>{
- {{row.project}}
- {{row.project}}
+ {{row.project}}
@@ -138,6 +137,7 @@ onMounted(()=>{
查看
+ 项目详情
diff --git a/src/views/system/VideoConfig.vue b/src/views/system/VideoConfig.vue
deleted file mode 100644
index c96c1d1..0000000
--- a/src/views/system/VideoConfig.vue
+++ /dev/null
@@ -1,295 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 新增视频配置
-
-
-
-
-
- 查询
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ data.name }}
- 在线
- 离线
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ form.videoUrl }}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/warning/compile/warningCompile.vue b/src/views/warning/compile/warningCompile.vue
index c80dabf..de5f772 100644
--- a/src/views/warning/compile/warningCompile.vue
+++ b/src/views/warning/compile/warningCompile.vue
@@ -651,7 +651,7 @@ watch(() => route.query.id, (val) => {
getWarningRecord(val);
if(route.query.isEdit == 'true'){
- isDisabled.value=false;
+ isDisabled.value=true;
}else{
isDisabled.value=true;
}
@@ -1135,9 +1135,9 @@ const tableRowClassName = ({row}) =>{
-
+
- 上传
@@ -1152,7 +1152,7 @@ const tableRowClassName = ({row}) =>{
-
+
{{row.fileData?(row.fileData.length > 0?'已上传':'未上传'):'未上传'}}
@@ -1161,7 +1161,7 @@ const tableRowClassName = ({row}) =>{
-
新增附件
@@ -1169,7 +1169,7 @@ const tableRowClassName = ({row}) =>{
- 确认
+ 确认
关闭
diff --git a/src/views/warning/edit.vue b/src/views/warning/edit.vue
index 1821a06..677ec19 100644
--- a/src/views/warning/edit.vue
+++ b/src/views/warning/edit.vue
@@ -115,7 +115,7 @@ const closeAuditDialogFun = ()=>{
dialog.value=false
rejectDialog.value=false
finishDialog.value=false
- isAudit.value=false
+ // isAudit.value=false
endDialog.value=false;
}
//通知报审人
@@ -142,7 +142,7 @@ const closePage = ()=>{
//回到列表页
router.push({path:route.query.backPath})
} else {
- router.push({path:"/warning", query:{"load": true}})
+ router.push({path:"/work", query:{"load": true}})
}
}
//保存
@@ -564,22 +564,22 @@ const timeAlertFun=(rowName)=>{
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
取消