Explorar o código

去掉测量工

zhangbiao %!s(int64=3) %!d(string=hai) anos
pai
achega
e44615d79a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/home/index.vue

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

@@ -112,7 +112,7 @@ export default {
     initFun() {
       this.engineeringWorkList = [
         { text: "桥隧工", value: "QiaoSuiGong" },
-        { text: "测量工", value: "CeLiangGong" },
+        // { text: "测量工", value: "CeLiangGong" },
         { text: "线路工", value: "XianLuGong" }
       ];
       this.engineeringWorkChooseValue = this.engineeringWorkList[0].value;