tangning 1 년 전
부모
커밋
75e40a393d
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/account/product/index.vue
  2. 1 1
      src/views/customer/scene.vue
  3. 1 1
      src/views/productOperation/cameraScene.vue

+ 1 - 1
src/views/account/product/index.vue

@@ -211,7 +211,7 @@
       async function handleCopy(record: Recordable) {
         createConfirm({
           title: '复制场景',
-          content: '复制场景,场景归属在原相机下。<br/>确定要复制场景吗?',
+          content: '确定要复制场景吗?',
           onOk: async () => {
             sceneCopy({ num: record.num })
               .then(() => {

+ 1 - 1
src/views/customer/scene.vue

@@ -339,7 +339,7 @@
       async function handleCopy(record: Recordable) {
         createConfirm({
           title: '复制场景',
-          content: '复制场景,场景归属在原相机下。<br/>确定要复制场景吗?',
+          content: '确定要复制场景吗?',
           onOk: async () => {
             sceneCopy({ num: record.num })
               .then((res) => {

+ 1 - 1
src/views/productOperation/cameraScene.vue

@@ -399,7 +399,7 @@
       async function handleCopy(record: Recordable) {
         createConfirm({
           title: '复制场景',
-          content: '复制场景,场景归属在原相机下。<br/>确定要复制场景吗?',
+          content: '确定要复制场景吗?',
           onOk: async () => {
             sceneCopy({ num: record.num }).then(() => {
               message.success({