Commit e9554a1c authored by liwenhong's avatar liwenhong

add:自提点展示

parent 47d2f36d
......@@ -25,8 +25,9 @@
重新审核
</el-button>
<el-button type="text" size="small" v-if="scope.row.audit_status == 1">通过</el-button>
<el-button type="primary" size="small" @click="addPoint(scope.row.colonel_apply_id)">添加自提点</el-button>
<!-- v-if="scope.row.take_place_status==1" -->
<el-button type="primary" size="small" v-if="scope.row.take_place_status == 1" @click="addPoint(scope.row.colonel_apply_id)">
添加自提点
</el-button>
<el-button type="text" size="small" v-if="scope.row.audit_status == 2">拒绝</el-button>
</template>
</el-table-column>
......@@ -235,6 +236,7 @@
let mapConfig = {
center: [this.pointObj.longitude, this.pointObj.latitude],
zoom: 15,
labelzIndex: 1,
};
// if (this.lat && this.lng) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment