|
@@ -444,52 +444,53 @@
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
<!-- 单独的修改时间 -->
|
|
<!-- 单独的修改时间 -->
|
|
- <el-dialog :title="outTimeOpen.title" :visible.sync="outTimeOpen.open" width="500px">
|
|
|
|
-
|
|
|
|
- <el-col>
|
|
|
|
-
|
|
|
|
- <el-row>
|
|
|
|
- <span>过期时间:</span>
|
|
|
|
- <el-input-number v-model="outTimeOpen.expiryTime" :min="1" :max="100"></el-input-number>
|
|
|
|
- (小时)
|
|
|
|
- </el-row>
|
|
|
|
-
|
|
|
|
- <el-row style="margin-top: 3%">
|
|
|
|
- <span>是否开启客户评级:</span>
|
|
|
|
- <el-switch
|
|
|
|
- v-model="outTimeOpen.isRating"
|
|
|
|
- active-color="#13ce66"
|
|
|
|
- inactive-color="#ff4949"
|
|
|
|
- :active-value="1"
|
|
|
|
- :inactive-value="2">
|
|
|
|
- </el-switch>
|
|
|
|
- <span v-if="outTimeOpen.isRating == '1'" style="margin-left: 10px;color: #13ce66">已开启</span>
|
|
|
|
- <span v-if="outTimeOpen.isRating == '2'" style="margin-left: 10px;color: #ff4949">已关闭</span>
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <span>小转天数:</span>
|
|
|
|
- <el-input-number v-model="outTimeOpen.minConversionDay"></el-input-number>
|
|
|
|
- (天)
|
|
|
|
- </el-row>
|
|
|
|
- <el-row>
|
|
|
|
- <span>大转天数:</span>
|
|
|
|
- <el-input-number v-model="outTimeOpen.maxConversionDay"></el-input-number>
|
|
|
|
- (天)
|
|
|
|
- </el-row>
|
|
|
|
|
|
+ <el-dialog :title="outTimeOpen.title" :visible.sync="outTimeOpen.open" width="800px">
|
|
|
|
+ <el-card class="box-card">
|
|
<el-row>
|
|
<el-row>
|
|
- <span>发课开始天数:</span>
|
|
|
|
- <el-input-number v-model="outTimeOpen.courseDay" :min="1" :max="100"></el-input-number>
|
|
|
|
- (天)
|
|
|
|
- </el-row>
|
|
|
|
- <el-row style="margin-top: 3%">
|
|
|
|
|
|
|
|
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleUpdateExpiryTime">确定修改
|
|
|
|
- </el-button>
|
|
|
|
- <el-button icon="el-icon-refresh" size="mini" @click="resetUpdateExpiryTime">取消</el-button>
|
|
|
|
- </el-row>
|
|
|
|
|
|
+ <el-col>
|
|
|
|
+ <span>过期时间:</span>
|
|
|
|
+ <el-input-number v-model="outTimeOpen.expiryTime" :min="1" :max="100"></el-input-number>
|
|
|
|
+ (小时)
|
|
|
|
+ </el-col>
|
|
|
|
+
|
|
|
|
+ <el-col style="margin-top: 3%">
|
|
|
|
+ <span>是否开启客户评级:</span>
|
|
|
|
+ <el-switch
|
|
|
|
+ v-model="outTimeOpen.isRating"
|
|
|
|
+ active-color="#13ce66"
|
|
|
|
+ inactive-color="#ff4949"
|
|
|
|
+ :active-value="1"
|
|
|
|
+ :inactive-value="2">
|
|
|
|
+ </el-switch>
|
|
|
|
+ <span v-if="outTimeOpen.isRating == '1'" style="margin-left: 10px;color: #13ce66">已开启</span>
|
|
|
|
+ <span v-if="outTimeOpen.isRating == '2'" style="margin-left: 10px;color: #ff4949">已关闭</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col>
|
|
|
|
+ <span>小转天数:</span>
|
|
|
|
+ <el-input-number v-model="outTimeOpen.minConversionDay"></el-input-number>
|
|
|
|
+ (天)
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col>
|
|
|
|
+ <span>大转天数:</span>
|
|
|
|
+ <el-input-number v-model="outTimeOpen.maxConversionDay"></el-input-number>
|
|
|
|
+ (天)
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col>
|
|
|
|
+ <span>发课开始天数:</span>
|
|
|
|
+ <el-input-number v-model="outTimeOpen.courseDay" :min="1" :max="100"></el-input-number>
|
|
|
|
+ (天)
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col style="margin-top: 3%">
|
|
|
|
+
|
|
|
|
+ <el-button type="primary" icon="el-icon-search" size="mini" @click="handleUpdateExpiryTime">确定修改
|
|
|
|
+ </el-button>
|
|
|
|
+ <el-button icon="el-icon-refresh" size="mini" @click="resetUpdateExpiryTime">取消</el-button>
|
|
|
|
+ </el-col>
|
|
|
|
|
|
|
|
|
|
- </el-col>
|
|
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-card>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<!-- 单独的修改时间 -->
|
|
<!-- 单独的修改时间 -->
|
|
<el-dialog title="语音记录" :visible.sync="voiceForm.open" width="70%" append-to-body>
|
|
<el-dialog title="语音记录" :visible.sync="voiceForm.open" width="70%" append-to-body>
|