lex-xin 4 лет назад
Родитель
Сommit
dfc7b152f6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/musicInspection/index.vue

+ 1 - 1
src/views/musicInspection/index.vue

@@ -155,7 +155,7 @@
                             <el-button type="text" @click="onExport(scope.row)">下载</el-button>
                         </auth>
                         <auth auths="inspectionItemPlan/updateMemo" v-if="scope.row.conclusionStatus == 1 || scope.row.status == 0">
-                            <el-button type="text" @click="handleClick(scope.row)">处理方式</el-button>
+                            <el-button type="text" @click="handleClick(scope.row)">立即处理</el-button>
                         </auth>
                     </template>
                 </el-table-column>