提交修改
This commit is contained in:
parent
e3a1be9756
commit
7d969e53b6
@ -31,7 +31,7 @@ const configRoutes = [
|
||||
path: '/recorddetail',
|
||||
component: _import('modules/result/record/recorddetail'),
|
||||
name: 'recorddetail',
|
||||
meta: {title: '业绩详情', isDynamic: true, isTab: true}
|
||||
meta: {title: '绩效详情', isDynamic: true, isTab: true}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<div id="checkResultEditorElem" class="editor"></div>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="业绩排序" v-show="auth.priority >= 1" prop="priority">
|
||||
<el-form-item label="绩效排序" v-show="auth.priority >= 1" prop="priority">
|
||||
<el-input :disabled="auth.priority < 2 " v-model="dataForm.priority" placeholder="优先级别,数字越大,越在排列在表格前面"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user