|
@@ -105,7 +105,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="5">
|
|
|
<el-form-item>
|
|
|
- <el-checkbox v-model="form.issalehr" :false-label="0" :true-label="1" @change="salerChange">{{ $t('是否业务员') }}</el-checkbox>
|
|
|
+ <el-checkbox v-model="form.issalehr" :false-label="0" :true-label="1" disabled>{{ $t('是否业务员') }}</el-checkbox>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -126,7 +126,7 @@
|
|
|
<p v-else>{{$t(scope.column.data[scope.column.columnname])}}</p>
|
|
|
</template>
|
|
|
<template v-slot:opreation="scope">
|
|
|
- <el-button type="text" @click="delArea(scope.data)">{{$t('删 除')}}</el-button>
|
|
|
+ <el-button type="text" disabled>{{$t('删 除')}}</el-button>
|
|
|
</template>
|
|
|
</tableNewLayout>
|
|
|
</el-col>
|