소스 검색

更新文案

lex 2 년 전
부모
커밋
74a34c1f0c
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/process/list/my-create.vue
  2. 0 0
      web/index.html
  3. 0 0
      web/static/web/js/chunk-bbf11c9a.9816e4fd.js
  4. 0 0
      web/static/web/js/chunk-bbf11c9a.ab01ef6f.js

+ 2 - 2
src/views/process/list/my-create.vue

@@ -141,7 +141,7 @@
               icon="el-icon-refresh-right"
               v-if="scope.row.is_end === 1"
               @click="handleReopen(scope.row)"
-              >重</el-button
+              >重新发起</el-button
             >
             <el-button
               v-if="scope.row.is_end === 0"
@@ -218,7 +218,7 @@ export default {
       console.log(this.listQuery);
       workOrderList({
         ...this.listQuery,
-        search: this.listQuery.search ? this.listQuery.search.join(" ") : '',
+        search: this.listQuery.search ? this.listQuery.search.join(" ") : "",
       }).then((response) => {
         this.ticketList = response.data.data;
         this.queryParams.pageIndex = response.data.page;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/chunk-bbf11c9a.9816e4fd.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/chunk-bbf11c9a.ab01ef6f.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.