mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
-- fix 评估
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user