-- fix 评估

This commit is contained in:
yuping
2023-02-28 20:46:55 +08:00
parent e56ae852fb
commit 960e294352
5 changed files with 105 additions and 98 deletions

View File

@@ -210,7 +210,7 @@
<NameInput
placeholder="请输入路径名称"
v-model:value="pathName"
v-model:validate="validate"
v-model:validated="validated"
:maxlength="20"
show-count
:type="3"
@@ -285,7 +285,7 @@
<a-button
class="samtn btn2"
@click="createLearnPath"
:loading="confirmLoading"
:loading="confirmLoading || validated === 1"
>确定</a-button
>
</div>
@@ -780,6 +780,7 @@ export default {
selectTime: null,
sh: false,
validate: true,
validated: 0,
tableData: [
// {
// key: 1,