diff --git a/src/api/url-value.ts b/src/api/url-value.ts
index 5141fd74..a5d6447f 100644
--- a/src/api/url-value.ts
+++ b/src/api/url-value.ts
@@ -92,6 +92,15 @@ class UrlValueAPI {
data,
});
}
+
+ /** 多门店指定数据 */
+ static getAskList(data: any) {
+ return api_request({
+ url: `?s=plugins/index/pluginsname/ask/pluginscontrol/diyask/pluginsaction/index.html`,
+ method: 'post',
+ data,
+ });
+ }
}
export default UrlValueAPI;
diff --git a/src/components/common/data-filter/index.vue b/src/components/common/data-filter/index.vue
index 58e42c23..cba945e6 100644
--- a/src/components/common/data-filter/index.vue
+++ b/src/components/common/data-filter/index.vue
@@ -5,7 +5,7 @@
-
+
+添加
@@ -93,7 +93,7 @@
-
+
@@ -157,6 +157,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ {{ item.name }}
+
+
+
+
@@ -217,8 +248,10 @@
const option_list = ref
@@ -180,6 +184,8 @@ const dialog_title = computed(() => {
name = '多商户';
} else if (props.type[0] == 'realstore') {
name = '多门店';
+ } else if (props.type[0] == 'ask') {
+ name = '问答';
}
return name + '选择';
} else {
diff --git a/src/components/model-ask/index.vue b/src/components/model-ask/index.vue
index 42261119..81175aa7 100644
--- a/src/components/model-ask/index.vue
+++ b/src/components/model-ask/index.vue
@@ -2,37 +2,63 @@
-
+
-
-
-
-
-
-
-
{{ item.name }}
-
-
{{ item.describe }}
-
-
浏览
+
+
+
+
{{ index + 1 }}
+
{{ item.title }}
+
+
+
+
+
+ {{ item.is_reply == 0 ? '未回' : '已回'}}
+
+
+
+
{{ item.add_time_date }}
+
共有{{ item.access_count }}浏览
+
+
+
+
+
+
+
+
{{ item.add_time_date }}
+
+
+
+ {{ item.is_reply == 0 ? '未回' : '已回'}}
+
+
-
+
-
-
-
-
-
- {{ item.name }}
+
+
+
+
{{ item.add_time_date }}
+
+
+
+ {{ item.is_reply == 0 ? '未回' : '已回'}}
+
+
-
{{ item.describe }}
@@ -40,14 +66,15 @@
+