src/views/client/client/AddClientManageDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/client/contacts/AddContactsDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/client/contacts/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/client/followupRecords/AddFollowupRecordsDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/client/salesLead/AddSalesLeadDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/client/salesLead/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/client/client/AddClientManageDialog.vue
@@ -29,7 +29,7 @@ v-if="codenumer && (explain != '' || isIdDisabled)&&method == 0" :codenumer="codenumer" :sum="sum" :disabled="editConfig.infomation.id || isIdDisabled" :disabled="this.editConfig.title !== '新建'|| isIdDisabled" :inputValue="inputValue" @codeList="codeList" /> src/views/client/contacts/AddContactsDialog.vue
@@ -29,7 +29,7 @@ v-if="codenumer && (explain != '' || isIdDisabled) && method == 0" :codenumer="codenumer" :sum="sum" :disabled="editConfig.infomation.id || isIdDisabled" :disabled="this.editConfig.title !== '新建' || isIdDisabled" :inputValue="inputValue" @codeList="codeList" /> src/views/client/contacts/index.vue
@@ -34,10 +34,10 @@ @selTableCol="selTableCol" > <template slot="tableButton"> <el-table-column label="操作" width="130" fixed="right"> <el-table-column label="操作" width="120" fixed="right"> <template slot-scope="scope"> <el-button @click="handleClick(scope.row)" type="text" size="small">编辑</el-button> <el-button @click="followupClick(scope.row)" type="text" size="small">跟进</el-button> <!-- <el-button @click="followupClick(scope.row)" type="text" size="small">跟进</el-button> --> <el-button @click="delClick(scope.row.id)" type="text" size="small">删除</el-button> </template> </el-table-column> src/views/client/followupRecords/AddFollowupRecordsDialog.vue
@@ -28,7 +28,7 @@ v-if="codenumer && (explain != '' || isIdDisabled)&&method == 0" :codenumer="codenumer" :sum="sum" :disabled="editConfig.infomation.id || isIdDisabled" :disabled="this.editConfig.title !== '新建' || isIdDisabled" :inputValue="inputValue" @codeList="codeList" /> src/views/client/salesLead/AddSalesLeadDialog.vue
@@ -26,7 +26,7 @@ v-if="codenumer && (explain != '' || isIdDisabled)&&method == 0" :codenumer="codenumer" :sum="sum" :disabled="editConfig.infomation.id || isIdDisabled" :disabled="this.editConfig.title !== '新建' || isIdDisabled" :inputValue="inputValue" @codeList="codeList" /> src/views/client/salesLead/index.vue
@@ -31,10 +31,10 @@ @selTableCol="selTableCol" > <template slot="tableButton"> <el-table-column label="操作" width="160"> <el-table-column label="操作" width="150"> <template slot-scope="scope"> <el-button @click="handleClick(scope.row)" type="text" size="small">编辑</el-button> <el-button @click="followupClick(scope.row)" type="text" size="small">跟进</el-button> <!-- <el-button @click="followupClick(scope.row)" type="text" size="small">跟进</el-button> --> <el-button @click="advanceClick(scope.row)" type="text" size="small">推进</el-button> <el-button @click="delClick(scope.row.id)" type="text" size="small">删除</el-button> </template>