|
|
@@ -121,7 +121,7 @@
|
|
|
<el-icon v-if="item?.recheckStatus === 300"
|
|
|
class="warning-icon"
|
|
|
>
|
|
|
- <Warning />
|
|
|
+ <WarningFilled />
|
|
|
</el-icon>
|
|
|
<div
|
|
|
class="text-[14px]"
|
|
|
@@ -253,7 +253,7 @@
|
|
|
import { ref, computed, nextTick, onMounted, onUnmounted } from 'vue'
|
|
|
import calcCheckItemFee from '@/views/pressure2/boilertaskorder/components/calcCheckItemFee.vue'
|
|
|
|
|
|
-import {User, Delete, ArrowUp, ArrowDown, Setting, RefreshLeft, Plus, CopyDocument,Warning} from '@element-plus/icons-vue'
|
|
|
+import {User, Delete, ArrowUp, ArrowDown, Setting, RefreshLeft, Plus, CopyDocument,WarningFilled} from '@element-plus/icons-vue'
|
|
|
import {ElMessage, ElMessageBox} from 'element-plus'
|
|
|
import {
|
|
|
PressureCheckerMyTaskStatusMap,
|