项目文档阅片人问题修复
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-03-18 09:54:33 +08:00
parent c46ca18a42
commit 3672892451
2 changed files with 294 additions and 862 deletions

View File

@ -41,7 +41,7 @@
v-for="item in $d.Subspeciality" v-for="item in $d.Subspeciality"
:key="item.id" :key="item.id"
:label="item.label" :label="item.label"
:value="item.value" :value="item.id"
> >
</el-option> </el-option>
</el-select> </el-select>