|
@@ -134,7 +134,6 @@
|
|
|
<!-- 操作 -->
|
|
|
<span slot="action" slot-scope="text,record">
|
|
|
<a-button type="primary" @click="handleDetail(record)" v-hasPermission="'B_notCleanNetwork_edit'" id="notCleanNetwork-handleDetail">立即清运</a-button>
|
|
|
- <!-- <a-button type="primary" @click="handleDetail(record)" id="notCleanNetwork-handleDetail">立即清运</a-button> -->
|
|
|
<span v-if="!$hasPermissions('B_notCleanNetwork_edit')">--</span>
|
|
|
</span>
|
|
|
</s-table>
|
|
@@ -149,22 +148,10 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import {
|
|
|
- STable,
|
|
|
- VSelect
|
|
|
-} from '@/components'
|
|
|
-import {
|
|
|
- stationList
|
|
|
-} from '@/api/releaseRecord.js'
|
|
|
-import {
|
|
|
- netWorkCleanRecordList,
|
|
|
- getCleanStationSum
|
|
|
-} from '@/api/cleanManage.js'
|
|
|
-import {
|
|
|
- getProvince,
|
|
|
- getCityByPro,
|
|
|
- getDistrictByCity
|
|
|
-} from '@/api/station'
|
|
|
+import { STable, VSelect } from '@/components'
|
|
|
+import { stationList } from '@/api/releaseRecord.js'
|
|
|
+import { netWorkCleanRecordList, getCleanStationSum } from '@/api/cleanManage.js'
|
|
|
+import { getProvince, getCityByPro, getDistrictByCity } from '@/api/station'
|
|
|
import cleanModal from './cleanModal.vue'
|
|
|
import moment from 'moment'
|
|
|
export default {
|