瀏覽代碼

修改'仿真模拟'在侧边栏的位置

jevian ma(马作伟_沃航科技) 1 月之前
父節點
當前提交
512ec6e75a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/ProjectInfo.vue

+ 1 - 1
src/views/ProjectInfo.vue

@@ -41,12 +41,12 @@
         <van-cell-group :style="{ marginTop: '16px' }">
           <van-cell title="编辑工程名称" clickable @click="handleEditName" :title-style="{ color: '#07c160' }" />
           <van-cell title="编译文件" @click="get_c_code('wx')" clickable :title-style="{ color: '#1989fa' }" />
-          <van-cell title="仿真模拟" @click="get_c_code('wxsimu')" clickable :title-style="{ color: '#1989fa' }" />
           <van-cell clickable v-show="crtProject?.isCompiled">
             <template #title>
               <div v-html="wxtag" class="wx-tag"></div>
             </template>
           </van-cell>
+          <van-cell title="仿真模拟" @click="get_c_code('wxsimu')" clickable :title-style="{ color: '#1989fa' }" />
           <van-cell title="删除工程" @click="delProject" clickable :title-style="{ color: '#fd5632' }" />
           <van-cell clickable v-if="isInWx">
             <template #title>