|
@@ -256,7 +256,7 @@
|
|
|
|
|
|
|
|
</template>
|
|
</template>
|
|
|
<block v-else>
|
|
<block v-else>
|
|
|
- <emptyComponent title="暂无供货商" :is-empty="$util.isEmpty(supplierList)" />
|
|
|
|
|
|
|
+ <view style="margin:60upx auto 40upx auto;font-weight:bold;font-size:36upx;text-align: center;">暂无供货商</view>
|
|
|
</block>
|
|
</block>
|
|
|
|
|
|
|
|
<view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:28upx;">
|
|
<view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:28upx;">
|
|
@@ -290,14 +290,13 @@ import { getStat,getStrokeCount } from '@/api/console'
|
|
|
import { consoleIndex } from "@/api/workbench";
|
|
import { consoleIndex } from "@/api/workbench";
|
|
|
import NotLogin from "@/components/not-login";
|
|
import NotLogin from "@/components/not-login";
|
|
|
import autoUpdateMixins from "@/mixins/autoUpdate";
|
|
import autoUpdateMixins from "@/mixins/autoUpdate";
|
|
|
-import emptyComponent from "@/components/empty";
|
|
|
|
|
import { ghsList } from "@/api/purchase";
|
|
import { ghsList } from "@/api/purchase";
|
|
|
import { changeDelStatus } from "@/api/ghs";
|
|
import { changeDelStatus } from "@/api/ghs";
|
|
|
import {currentShop} from "@/api/shop";
|
|
import {currentShop} from "@/api/shop";
|
|
|
import { clearLogin,hasNotice } from "@/api/admin";
|
|
import { clearLogin,hasNotice } from "@/api/admin";
|
|
|
export default {
|
|
export default {
|
|
|
name: "workbench",
|
|
name: "workbench",
|
|
|
- components: { NotLogin,emptyComponent },
|
|
|
|
|
|
|
+ components: { NotLogin },
|
|
|
mixins: [autoUpdateMixins],
|
|
mixins: [autoUpdateMixins],
|
|
|
data () {
|
|
data () {
|
|
|
return {
|
|
return {
|