Browse Source

Merge remote-tracking branch 'origin/dev-tuceng0616' into dev

feature
zxc 3 years ago
parent
commit
b42b81ea9a
  1. 2
      src/views/modules/shequzhili/tuceng/anquan/xuncha/cpts/record.vue
  2. 2
      src/views/modules/shequzhili/tuceng/anquan/xuncha/index.vue

2
src/views/modules/shequzhili/tuceng/anquan/xuncha/cpts/record.vue

@ -125,7 +125,7 @@
<template slot-scope="scope">
<el-input
v-if="scope.row.isEdit"
type="number"
type="text"
v-model="scope.row.detailed"
placeholder="请输入"
class="input-width"

2
src/views/modules/shequzhili/tuceng/anquan/xuncha/index.vue

@ -16,7 +16,7 @@
:editParams="editParams"
:editFixedParams="editFixedParams"
:editParamsDiv="5"
:editBtnName="(item) => (item.sourceType == 'import' ? '待完善' : '修改')"
:editBtnName="(item) => (item.latitude == '' ? '待完善' : '修改')"
idName="enterpriseId"
>
<template v-slot:editElse="{ id, formType, info }">

Loading…
Cancel
Save