coys 1 年之前
父節點
當前提交
cd8d154dbd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/menu/monitoringCall/components/consultInfo.vue

+ 1 - 1
src/views/menu/monitoringCall/components/consultInfo.vue

@@ -140,7 +140,7 @@ export default {
         if (endDate - startDate) {
           Dialog.confirm({
             title: '提示',
-            message: `本次调阅共计花费${this.dateTime(endDate - startDate)}`
+            message: `当前调阅时长为${this.dateTime(endDate - startDate)},是否结束调阅?`
           })
             .then(() => {
               this.$refs.scandialog.visible = true