Explorar el Código

fix(forecast): 将按钮文本从"查看"改为"不可编辑"以更准确描述状态

yz hace 1 mes
padre
commit
146d8b683d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/forecast/index.vue

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

@@ -63,7 +63,7 @@
             disabled
             style="color: #c0c4cc;"
           >
-            查看
+            不可编辑
           </el-button>
         </template>
       </avue-crud>