删除打印修改终端退运dialog

This commit is contained in:
zhujiyan
2024-06-03 10:53:14 +08:00
parent 4b4c2e1511
commit 9b77cf0262
3 changed files with 4 additions and 5 deletions

View File

@@ -389,7 +389,7 @@ const disabledDate = time => {
}
//提交
const confirmForm = () => {
// 提交终端信息
// 提交实施问题
ruleFormRef.value.validate(valid => {
if (valid) {
form.value.planId = props.planId

View File

@@ -4,8 +4,7 @@
class="cn-operate-dialog"
v-model="dialogVisible"
:title="title"
style="max-width: 450px"
top="30vh"
width="450px"
>
<el-scrollbar>
<el-form :inline="false" :model="form" label-width="120px" :rules="rules" ref="formRef">
@@ -22,7 +21,8 @@
:data="data"
filterable
:default-expand-all="true"
style="width: 260px"
style="width: 100%"
clearable
/>
</el-form-item>

View File

@@ -4,7 +4,6 @@
<!--返回按钮-->
<back-component style="margin: 8px; position: absolute; z-index: 10; top: -3px; right: 2px" />
<el-tabs type="border-card" v-model="tab" @tab-click="handleClickTab">
{{runningTasks.length}}
<el-tab-pane label="流程审核" name="流程审核" v-if="runningTasks.length > 0">
<el-card
v-for="(item, index) in runningTasks"