删除打印修改终端退运dialog
This commit is contained in:
@@ -389,7 +389,7 @@ const disabledDate = time => {
|
|||||||
}
|
}
|
||||||
//提交
|
//提交
|
||||||
const confirmForm = () => {
|
const confirmForm = () => {
|
||||||
// 提交终端信息
|
// 提交实施问题
|
||||||
ruleFormRef.value.validate(valid => {
|
ruleFormRef.value.validate(valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
form.value.planId = props.planId
|
form.value.planId = props.planId
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
class="cn-operate-dialog"
|
class="cn-operate-dialog"
|
||||||
v-model="dialogVisible"
|
v-model="dialogVisible"
|
||||||
:title="title"
|
:title="title"
|
||||||
style="max-width: 450px"
|
width="450px"
|
||||||
top="30vh"
|
|
||||||
>
|
>
|
||||||
<el-scrollbar>
|
<el-scrollbar>
|
||||||
<el-form :inline="false" :model="form" label-width="120px" :rules="rules" ref="formRef">
|
<el-form :inline="false" :model="form" label-width="120px" :rules="rules" ref="formRef">
|
||||||
@@ -22,7 +21,8 @@
|
|||||||
:data="data"
|
:data="data"
|
||||||
filterable
|
filterable
|
||||||
:default-expand-all="true"
|
:default-expand-all="true"
|
||||||
style="width: 260px"
|
style="width: 100%"
|
||||||
|
clearable
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
<!--返回按钮-->
|
<!--返回按钮-->
|
||||||
<back-component style="margin: 8px; position: absolute; z-index: 10; top: -3px; right: 2px" />
|
<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">
|
<el-tabs type="border-card" v-model="tab" @tab-click="handleClickTab">
|
||||||
{{runningTasks.length}}
|
|
||||||
<el-tab-pane label="流程审核" name="流程审核" v-if="runningTasks.length > 0">
|
<el-tab-pane label="流程审核" name="流程审核" v-if="runningTasks.length > 0">
|
||||||
<el-card
|
<el-card
|
||||||
v-for="(item, index) in runningTasks"
|
v-for="(item, index) in runningTasks"
|
||||||
|
|||||||
Reference in New Issue
Block a user