flx:取消禁用
This commit is contained in:
parent
c99d550644
commit
18f138e742
@ -70,7 +70,7 @@
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-input
|
||||
:disabled="!enableProject"
|
||||
|
||||
v-model="scope.row.displayFieldName"
|
||||
placeholder="请输入"
|
||||
></el-input>
|
||||
@ -79,7 +79,7 @@
|
||||
<el-table-column prop="defaultDataType" align="center" label="默认数据">
|
||||
<template slot-scope="scope">
|
||||
<el-select
|
||||
:disabled="!enableProject"
|
||||
|
||||
v-model="scope.row.defaultDataType"
|
||||
placeholder="请选择"
|
||||
>
|
||||
@ -95,7 +95,7 @@
|
||||
<el-table-column prop="isRequired" align="center" label="是否必填">
|
||||
<template slot-scope="scope">
|
||||
<el-switch
|
||||
:disabled="!enableProject"
|
||||
|
||||
v-model="scope.row.isRequired"
|
||||
></el-switch>
|
||||
</template>
|
||||
@ -103,7 +103,7 @@
|
||||
<el-table-column prop="isEnabled" align="center" label="是否启用">
|
||||
<template slot-scope="scope">
|
||||
<el-switch
|
||||
:disabled="!enableProject"
|
||||
|
||||
v-model="scope.row.isEnabled"
|
||||
></el-switch>
|
||||
</template>
|
||||
@ -111,7 +111,7 @@
|
||||
<el-table-column prop="isPinned" align="center" label="是否固定到列表">
|
||||
<template slot-scope="scope">
|
||||
<el-switch
|
||||
:disabled="!enableProject"
|
||||
|
||||
v-model="scope.row.isPinned"
|
||||
></el-switch>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user