更改
This commit is contained in:
@@ -408,7 +408,8 @@ layout("/layouts/platform.html"){
|
|||||||
<el-form-item :prop="'times.' + $index + '.estimatedCost'"
|
<el-form-item :prop="'times.' + $index + '.estimatedCost'"
|
||||||
:rules="{required:true,message:'预计费用',trigger:['change','blur']}"
|
:rules="{required:true,message:'预计费用',trigger:['change','blur']}"
|
||||||
label-width="0">
|
label-width="0">
|
||||||
<el-input disabled placeholder="请输入预计费用" clearable v-model="row.estimatedCost"></el-input>
|
<el-input v-if="${@shiro.hasRole('sysadmin')||@shiro.hasRole('SchoolUnionAdmin')}" placeholder="请输入预计费用" clearable v-model="row.estimatedCost"></el-input>
|
||||||
|
<el-input v-else disabled placeholder="请输入预计费用" clearable v-model="row.estimatedCost"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user