Pārlūkot izejas kodu

Merge branch 'dev_1.1.0' of http://git.qmth.com.cn/sop/web into dev_1.1.0

刘洋 10 mēneši atpakaļ
vecāks
revīzija
1498bdf400

+ 2 - 2
src/views/my-workbenches/workbenches/my-waits/waits-list.vue

@@ -11,7 +11,7 @@
           <span style="vertical-align: top"
             >{{ item.typeStr }}({{ item.code }})</span
           >
-          <t-tag v-if="item.diffTime == 0" theme="success" variant="light"
+          <!-- <t-tag v-if="item.diffTime == 0" theme="success" variant="light"
             >正常</t-tag
           >
           <template v-else>
@@ -21,7 +21,7 @@
                 item.diffTime <= 30 ? `${item.diffTime}天` : '大于30天'
               }}</t-tag
             >
-          </template>
+          </template> -->
         </div>
         <div class="m-time">{{ timestampFilter(item.flowTime, 'mm') }}</div>
       </div>

+ 1 - 1
src/views/sop/components/dynamic-form-item/SIGN.vue

@@ -39,7 +39,7 @@ const disabled = computed(() => {
 
 const valueData = ref('');
 const getSignResultImg = () => {
-  if (location.origin !== '') {
+  if (location.origin !== 'https://sop.qmth.com.cn') {
     valueData.value = 'https://photocdn.sohu.com/20070213/Img248208439.jpg';
     emitChange();
     pause();