|
@@ -1,5 +1,6 @@
|
|
|
<template>
|
|
|
- <el-dialog id="workdialog" v-model="outerVisible" title="合同列表" width="800">
|
|
|
+ <el-dialog :close-on-click-modal = "false"
|
|
|
+ id="workdialog" v-model="outerVisible" title="合同列表" width="800">
|
|
|
<h1 style="font-weight: bold;">导入的合同开始时间大于当前时间</h1>
|
|
|
<span style="color: #F69600;">注:当前导入的以下合同,其最小开始月大于当前时间,会在开始月之前无法将任务委托给工厂进行工作,请确认以下客户开始服务的时间是否正确。</span>
|
|
|
<div style="display:flex; flex-direction: row-reverse;">
|