zhangjie 1 년 전
부모
커밋
6ec774378d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/task/task-manage/index.vue

+ 1 - 1
src/views/system/task/task-manage/index.vue

@@ -75,7 +75,7 @@
     >
       <p v-for="(cont, cidx) in logList" :key="cidx"> {{ cont }}</p>
       <template #foot>
-        <t-button theme="primary" @click="logVisible = false">保存</t-button>
+        <t-button theme="primary" @click="logVisible = false">确定</t-button>
       </template>
     </my-dialog>
   </div>