@@ -94,6 +94,7 @@
font-size: 24px;
color: #262626;
line-height: 32px;
+ text-align: center;
}
@@ -12,7 +12,7 @@
v-for="item in optionList"
:key="item.code"
:value="item.code"
- :label="item.name"
+ :label="`${item.name}(${item.code})`"
>
</el-option>
</el-select>
@@ -1,4 +1,4 @@
-const md5 = require("js-md5");
+const md5 = window.require("js-md5");
/**
*