mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
feat:修改证书
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
id="inputNumber"
|
||||
v-model:value="score"
|
||||
:min="1"
|
||||
:max="100"
|
||||
:max="projectPoints"
|
||||
style="width: 70px"
|
||||
:disabled="condition !== 5"
|
||||
/>
|
||||
@@ -320,7 +320,7 @@
|
||||
margin-left: 5px;
|
||||
"
|
||||
>
|
||||
分可获得,当前项目积分为 10 分
|
||||
分可获得,当前项目积分为 {{ projectPoints }} 分
|
||||
</div>
|
||||
</div>
|
||||
<!-- <a-radio v-model:checked="checked" :value="6" >
|
||||
@@ -422,6 +422,7 @@ export default {
|
||||
selectExamName: null,
|
||||
selectExamId: null,
|
||||
score: null, //积分
|
||||
projectPoints: 0,
|
||||
|
||||
fileType: ["jpg", "jpeg", "png", "gif", "svg", "bmp"],
|
||||
});
|
||||
@@ -471,6 +472,7 @@ export default {
|
||||
.then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
console.log("获取项目总积分", res);
|
||||
state.projectPoints = res.data.data;
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user