LAPTOP-16IUEB3P\Lenovo 2 лет назад
Родитель
Сommit
3398e65146
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/produceOrder/index.vue

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

@@ -346,7 +346,7 @@
       // 完结与批量完结
       toEnd (row) {
         if (row) {
-          this.$confirm(`是否要完结工单 <span style="color: red;">【${row.code}】</span>?`, '提醒', {
+          this.$confirm(`是否要完结工单【${row.code}】?`, '提醒', {
             confirmButtonText: '确认',
             cancelButtonText: '取消',
             type: 'warning'