|
@@ -2,7 +2,7 @@
|
|
|
<div class='flex flex-justify-start flex-align-center flex-col'>
|
|
<div class='flex flex-justify-start flex-align-center flex-col'>
|
|
|
<div class='flex flex-center full-width flex-justify-between mt-10 mb-10'>
|
|
<div class='flex flex-center full-width flex-justify-between mt-10 mb-10'>
|
|
|
<span class='full-width text-left bold'>{{ info.dictValue }}</span>
|
|
<span class='full-width text-left bold'>{{ info.dictValue }}</span>
|
|
|
- <el-button v-if='!detail.can_update' type='primary' @click='disabled = !disabled'>{{
|
|
|
|
|
|
|
+ <el-button v-if='detail.can_update' type='primary' @click='disabled = !disabled'>{{
|
|
|
disabled ? '编 辑' : '保 存'
|
|
disabled ? '编 辑' : '保 存'
|
|
|
}}
|
|
}}
|
|
|
</el-button>
|
|
</el-button>
|